diff --git a/README.md b/README.md index 504a098..080548e 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,6 @@ Default min delay is 0 minutes. No limitation is applied to the number of toots uploaded if `-c` is not specified. - ## Installation Make sure python3 is installed. @@ -105,7 +104,7 @@ a version of python < 3.11 you also need to install the `tomli` module. * [ffmpeg](https://ffmpeg.org/download.html) (installed with the package manager of your distribution) ```sh -pip install beautifulsoup4 Mastodon.py youtube-dl2 + pip install beautifulsoup4 Mastodon.py youtube-dl2 ``` In your user folder, execute `git clone https://gitlab.com/jeancf/twoot.git` @@ -115,17 +114,15 @@ Add command line to crontab. For example, to run every 15 minutes starting at mi and process the tweets posted in the last 5 days but at least 15 minutes ago: -``` -1-59/15 * * * * /path/to/twoot.py -t SuperDuperBot -i botsin.space -m superduperbot -p my_Sup3r-S4f3*pw -a 5 -d 15 +```crontab +1-59/15 * * * * /path/to/twoot.py -t SuperDuper -i masto.space -m sd@example.com -p my_Sup3r-S4f3*pw -a 5 -d 15 ``` ## Examples Twoot is known to be used for the following feeds (older first): -* [@internetofshit@botsin.space](https://botsin.space/@internetofshit) -* [@hackaday@botsin.space](https://botsin.space/@hackaday) -* [@todayilearned@botsin.space](https://botsin.space/@todayilearned) +* [@todayilearned@botsin.space](https://noc.social/@todayilearned) * [@moznews@noc.social](https://noc.social/@moznews) * [@hackster_io@noc.social](https://noc.social/@hackster_io) * [@cnxsoft@noc.social](https://noc.social/@cnxsoft) @@ -135,6 +132,6 @@ Twoot is known to be used for the following feeds (older first): ## Background -I started twoot when [tootbot](https://github.com/cquest/tootbot) -stopped working. Tootbot relied on RSS feeds from https://twitrss.me -that broke when Twitter refreshed their web UI in July 2019. +I started twoot when [tootbot](https://github.com/cquest/tootbot)stopped working. +Tootbot relied on RSS feeds from [https://twitrss.me](https://twitrss.me)that broke when Twitter +refreshed their web UI in July 2019.