You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
app/libraries | 1 month ago | |
LICENSE | 3 years ago | |
README.md | 1 month ago | |
mastofeeds.py | 1 month ago | |
requirements.txt | 1 month ago |
README.md
mastofeeds
Newsfeed Bot for Mastodon
Publish to Mastodon's server the rss feed of your choice.
Dependencies
- Python 3
- Postgresql server
- Mastodon's bot account
Usage:
Within Python Virtual Environment:
-
Run
pip install -r requirements.txt
to install all needed libraries. -
Run
python mastofeeds.py
to start publishing feeds. First time run will ask parameters to configure everything. -
Use your favourite scheduling method to set
python mastofeeds.py
to run regularly.
6.5.2023 - Total refactor