Issue 32 - GIFs not showing
In this release 1 issue was closed.
+Issue 26 - [Mastodon] add feed with user’s bookmarks
In this release 2 issue were closed.
+In this release 2 issues were closed.
Issue 25 - toot_search route returns 404 error
Update dependencies
Issue 24 - return the correct HTTP code status when no keys are provided
Update dependencies
Issue 23 - [Mastodon] add a new search route
Issue 22 - The number of workers for the HTTP Server can be set
Issue 19 - Change environment variables
Issue 20 - Limit items in feed to avoid error or time-out
Issue 18 - [Mastodon] fix reference characters in items title
twootfeed is now available on PyPI
Issue 17 - [Twitter] the name used in url is the display name and not the username
Python 3.7 support (since Tweepy 3.7 support)
Refactor
Performance improvements (code refactoring)
Use of Gunicorn for Production environments
Issue 10 - add Mastodon support
Major refactor
Adding Makefile to ease install and starting the server (see README)
Thanks to @georgedorn for adding:
PR 14 - Mastodon Favorites feed, mastodon client script, refactor
@@ -364,8 +378,8 @@Minor fixes
Issue 10 - add Mastodon support
Issue 5 - display all media
© Copyright 2015 - 2021, SamR1.
+© Copyright 2015 - 2022, SamR1.
twootfeed generate an RSS feed from Twitter or Mastodon search and from Mastodon bookmarks/favorites/home timeline.
+twootfeed generates an RSS feed from Twitter or Mastodon search and from Mastodon bookmarks/favorites/home timeline.
The feed displays only the original tweets (not the retweets) and toots, with:
links to :
@@ -97,8 +97,9 @@© Copyright 2015 - 2021, SamR1.
+© Copyright 2015 - 2022, SamR1.
© Copyright 2015 - 2021, SamR1.
+© Copyright 2015 - 2022, SamR1.
Tweepy (only tested with the Twitter Standard API)
Tweepy (only tested with the Twitter Standard v1.1 API)
© Copyright 2015 - 2021, SamR1.
+© Copyright 2015 - 2022, SamR1.
twootfeed generate an rss feed from parsed Twitter or Mastodon search and from Mastodon bookmarks, favorites and home timeline.
+twootfeed generates an RSS feed from parsed Twitter or Mastodon search and from Mastodon bookmarks, favorites and home timeline.
© Copyright 2015 - 2021, SamR1.
+© Copyright 2015 - 2022, SamR1.
Create and activate a virtualenv
$ python -m venv .venv
+$ source .venv/bin/activate
+
Install from pip
$ pip install twootfeed
+(.venv) $ pip install twootfeed
Initialize the configuration file
$ twootfeed_init
+(.venv) $ twootfeed_init
The files location and settings can be changed with the following environment variables:
The files location and settings can be changed by exporting the following environment variables: