Skip to content

A golang imessage bot using the internal remote messages framework.

License

Notifications You must be signed in to change notification settings

reteps/ios-imessage-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ios-imessage-bot

uses remote messages on a jailbroken ipod to send/receive messsges

add a processing functions (processingFuncs)

  • func(*Chat, Message) Chat
  • func(*Chat, Message) (string, Chat)

add a command (funcMap)

  • func(*Chat, Message) (string, error)
  • func(*Chat, Message) (string, *Chat, error)
  • func(*Chat, Message) (*Chat, error)

data structure inside main.go

About

A golang imessage bot using the internal remote messages framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages