You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
.gitattributes | 5 months ago | |
.gitignore | 5 months ago | |
IRCBot.py | 5 months ago | |
IRCBotFactory.py | 5 months ago | |
InterceptableLogger.py | 5 months ago | |
LICENSE.md | 5 months ago | |
README.md | 5 months ago | |
RSSFeedListener.py | 5 months ago | |
SingleLevelFilter.py | 5 months ago | |
bot.py | 5 months ago | |
configuration.ini | 5 months ago | |
requirements.txt | 5 months ago |
README.md
Gitea IRC Bot
This README explains how to setup how to set up a bot that can connect to the Gitea Instance to get the latest news from the RSS feed and print them in an IRC channel.
Installing dependencies.
$ pip install -r "./requirements.txt"