diff --git a/markdown/Create-a-Mastodon-bot-to-forward-Twitter-and-RSS-feeds-to-your-timeline.md b/markdown/Create-a-Mastodon-bot-to-forward-Twitter-and-RSS-feeds-to-your-timeline.md index ae7b3cc..e3724d4 100644 --- a/markdown/Create-a-Mastodon-bot-to-forward-Twitter-and-RSS-feeds-to-your-timeline.md +++ b/markdown/Create-a-Mastodon-bot-to-forward-Twitter-and-RSS-feeds-to-your-timeline.md @@ -359,6 +359,12 @@ Fortunately, the admins of `nitter.net` still do a good job in bridging Twitter timelines to RSS feeds, so in `rss.subscriptions` we use `nitter.net` URLs as a proxy to Twitter timelines. +> UPDATE: `nitter.net` has got a lot of traffic lately, especially after the +> recent events at Twitter. So keep in mind that the main instance may not +> always be accessible. You can consider using other nitter instances, or, even +> better, run one yourself (Nitter is open-source and light enough to run on a +> Raspberry Pi). + Now create a script under `~/.config/platypush/scripts` named e.g. `mastodon_bot.py`. Its content can be something like the following: