mastofeeds/README.md
2023-05-06 15:05:41 +02:00

24 líneas
542 B
Markdown

# 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:
1. Run `pip install -r requirements.txt` to install all needed libraries.
2. Run `python mastofeeds.py` to start publishing feeds. First time run will ask parameters to configure everything.
3. Use your favourite scheduling method to set `python mastofeeds.py` to run regularly.
6.5.2023 - Total refactor