Skip to content

Releases: Dineshkarthik/pinterest-telegram-bot

v5.4.0

10 Jan 17:29
v5.4.0
d47ef4f
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump redis from 3.5.3 to 4.1.0 by @dependabot in #30
  • build(deps): bump beautifulsoup4 from 4.9.3 to 4.10.0 by @dependabot in #31
  • build(deps): bump tldextract from 3.1.0 to 3.1.2 by @dependabot in #35
  • build(deps): bump flask from 1.1.2 to 2.0.2 by @dependabot in #33
  • build(deps): bump requests from 2.25.1 to 2.27.1 by @dependabot in #34
  • build(deps): bump pytelegrambotapi from 3.7.7 to 4.3.1 by @dependabot in #32

New Contributors

Full Changelog: v5.3.0...v5.4.0

v5.3.0

28 Oct 17:45
60c2e93
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.2.0...v5.3.0

v5.2.0

06 Sep 16:39
d76136a
Compare
Choose a tag to compare
  • Added Blacklist to block users who spam/abuse the bot - #26

v5.1.0

01 Sep 19:30
2313c02
Compare
Choose a tag to compare
  • Fixed the issue with downloading images, gifs due to change is Pinterest payload format - #24

v5.0.0

01 Sep 19:30
6871972
Compare
Choose a tag to compare
  • Fixed the issue with downloading videos and stories due to change is Pinterest payload format - #22

v4.0.0

14 May 15:39
Compare
Choose a tag to compare
  • Created a separate worker REST app to tackle the memory issue mentioned in #18

v3.2.0

12 May 12:26
Compare
Choose a tag to compare
  • Retry sending files which exceed the telegram URL download limit using multipart-data #16

v3.1.0

12 May 10:52
Compare
Choose a tag to compare
  • Use uWsgi server to run the bot with multiple workers

v3.0.0

26 Apr 12:23
Compare
Choose a tag to compare

New Features & Additions

  • Added support to download videos from stories - #10

v2.0.0

24 Apr 09:25
Compare
Choose a tag to compare
  • Removed /download command and related register_next_step_handler
  • Added URL extraction from message thus users need not send only the URL, the entire app share text will be handled
  • Updated instruction video & GIF accordingly