like tootsuite for IRC
Go to file
Cadey Ratio 415e967af0 basic functionality 2017-05-10 15:43:28 -07:00
.gitignore initial commit 2017-05-10 14:30:31 -07:00
README.md initial commit 2017-05-10 14:30:31 -07:00
main.go basic functionality 2017-05-10 15:43:28 -07:00

README.md

ircsuite

Like tootsuite but for IRC.

This basically connects to Mastodon and then relays public, home, and optionally hashtag searches to your IRC client, bot or script can react to toots in real time.

TODO

  • Hashtag streaming by joining #hashtag
  • Multiple mastodon account support #/<accname>/<hashtag> ?
  • Multiple user support
  • Full text searches by joining ?terms+in+query+syntax Common paginated contextual UI concepts that people have been talking about for chatbots might be amazing here, as that is what this would basically be.