2020-03-21 19:19:58 +01:00
|
|
|
# mastofeeds
|
|
|
|
Newsfeed Bot for Mastodon
|
|
|
|
|
|
|
|
Publish to Mastodon's server the rss feed of your choice.
|
|
|
|
|
|
|
|
### Dependencies
|
|
|
|
|
|
|
|
- **Python 3**
|
|
|
|
- Postgresql server
|
2020-08-13 14:06:49 +02:00
|
|
|
- Mastodon's bot account
|
2020-03-21 19:19:58 +01:00
|
|
|
|
|
|
|
### Usage:
|
|
|
|
|
|
|
|
Within Python Virtual Environment:
|
|
|
|
|
2020-08-13 14:06:49 +02:00
|
|
|
1. Run `pip install -r requirements.txt` to install all needed libraries.
|
2020-03-21 19:19:58 +01:00
|
|
|
|
2023-05-06 15:05:41 +02:00
|
|
|
2. Run `python mastofeeds.py` to start publishing feeds. First time run will ask parameters to configure everything.
|
2020-03-21 20:19:02 +01:00
|
|
|
|
2023-05-06 15:05:41 +02:00
|
|
|
3. Use your favourite scheduling method to set `python mastofeeds.py` to run regularly.
|
2020-03-21 19:19:58 +01:00
|
|
|
|
2023-05-06 15:05:41 +02:00
|
|
|
6.5.2023 - Total refactor
|
2020-03-21 19:19:58 +01:00
|
|
|
|