IRC bot for tt-rss
Sits in a channel and spits out new headlines from your tt-rss instance
i.e. <bot_nick> The Verge: Why you should buy 3 iPhones instead of one [http://theverge.com/why-you-should-...]
- Clone this repo
pip -r requirements.txt
- Copy ttrss.conf.example to ttrss.conf and edit
- Run python ttrss.py
- Bot will join channel and grab the latest headlines, store them, and start refreshing them and spit new ones.
- You can !stop and !start it manually if needed