An open API service indexing awesome lists of open source software.

https://github.com/andreimarcu/ttrss-irc

IRC bot for tt-rss
https://github.com/andreimarcu/ttrss-irc

Last synced: 8 months ago
JSON representation

IRC bot for tt-rss

Awesome Lists containing this project

README

          

# ttrss-irc
IRC bot for tt-rss

## What it does
Sits in a channel and spits out new headlines from your tt-rss instance
i.e. ``` The Verge: Why you should buy 3 iPhones instead of one
[http://theverge.com/why-you-should-...]```

## Installation
- Clone this repo
- ```pip -r requirements.txt```
- Copy ttrss.conf.example to ttrss.conf and edit

## Usage
- 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