Go to file
robin 5d93bd80fe add functions to only run once and catch keyboard interrupt 2022-05-15 12:25:42 +02:00
data add secret store 2022-05-15 10:19:26 +02:00
log add log directory 2022-05-15 10:06:33 +02:00
README.md Polish readme more 2022-05-15 11:07:47 +02:00
f_run_once.py add functions to only run once and catch keyboard interrupt 2022-05-15 12:25:42 +02:00
f_sigint.py add functions to only run once and catch keyboard interrupt 2022-05-15 12:25:42 +02:00
main.py add functions to only run once and catch keyboard interrupt 2022-05-15 12:25:42 +02:00
settings.py.sample Fix user_path extra letter 2022-05-15 11:12:43 +02:00

README.md

grmlfeedbot

This bot parses newsfeeds and posts them to a mastodon account

install

apt install python3-mastodon 
apt install python3-feedparser 
git clone https://git.grml.de/robin/python-grmlfeedbot.git 

setup

cd python-grmlfeedbot
cp settings.py.sample settings.py 

Edit settings.py for your setup

run

python3 main.py