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.
 
Stanislas Dolcini 273811a449
Add encoding definition, Fixes #3
5 months ago
.gitattributes Initial commit 5 months ago
.gitignore Initial commit 5 months ago
IRCBot.py Add encoding definition, Fixes #3 5 months ago
IRCBotFactory.py Add encoding definition, Fixes #3 5 months ago
InterceptableLogger.py Add encoding definition, Fixes #3 5 months ago
LICENSE.md Initial commit 5 months ago
README.md Initial commit 5 months ago
RSSFeedListener.py Add encoding definition, Fixes #3 5 months ago
SingleLevelFilter.py Add encoding definition, Fixes #3 5 months ago
bot.py Add encoding definition, Fixes #3 5 months ago
configuration.ini Initial commit 5 months ago
requirements.txt Initial commit 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"