Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Releases: SamR1/python-twootfeed

v0.6.3

05 May 17:11
Compare
Choose a tag to compare

Bugs Fixed

  • Issue 24 - return the correct HTTP code status when no keys are provided

Misc

  • Update dependencies

In this release 1 issue was closed.

v0.6.2

26 Jan 14:44
Compare
Choose a tag to compare

New Features

  • Issue 23 - [Mastodon] add a new search route
  • Issue 22 - The number of workers for the HTTP Server can be set
  • Issue 21 - [Mastodon] use pagination to get toots

In this release 3 issues were closed.

v0.6.1

25 Jan 10:05
Compare
Choose a tag to compare

New Features

  • Issue 19 - Change environment variables

Bugs Fixed

  • Issue 20 - Limit items in feed to avoid error or time-out
  • Issue 18 - [Mastodon] fix reference characters in items title

In this release 3 issues were closed.

twootfeed on PyPI!

23 Jan 15:16
Compare
Choose a tag to compare

New Features

  • twootfeed is now available on PyPI
$ pip install twootfeed

Bugs Fixed

  • Issue 17 - [Twitter] the name used in url is the display name and not the username

Misc

  • Python 3.7 support (since Tweepy 3.7 support)
  • Refactor
  • Continuous integration and tests coverage

In this release 1 issue was closed.

v0.5.1

17 Oct 09:14
Compare
Choose a tag to compare
  • Performance improvements (code refactoring)
  • Use of Gunicorn for Production environments

Mastodon extended support

14 Oct 18:30
Compare
Choose a tag to compare
  • Features

    • #10 : [Mastodon] display images and source (application name if provided) from toots
  • Bugfixes:

    • #2 : [Twitter] handle the tweeperror "Rate limit exceeded"
    • #15 & #16 : [Twitter] display tweets full text and images
  • Misc:

    • major refactor

make support

01 Apr 12:59
Compare
Choose a tag to compare

Adding Makefile to ease install and starting the server (see README)

Mastodon favorites support

01 Apr 09:58
0c7e187
Compare
Choose a tag to compare

Thanks to @georgedorn for adding:

  • rss feed generation with authenticated user's favorites
  • script to register the app and generate credentials for Mastodon