Skip to content

Releases: ejnshtein/twitterpicsbot

v3.0.1

05 Jul 21:20

Choose a tag to compare

Improved file receiving experience;
Improved inline query;
Added command to receive application status;

v3.0.0

02 Jul 17:36

Choose a tag to compare

Major change: moved to Typescript 🙌

Added new commands:

  • /info to get tweet info (Creation date, added to bot date, get tweet media as files)
  • /privateon to enable private mode. (When enabled all tweets that you send to the bot will not be added to your using history)
  • /privateoff to disable private mode.

Improved inline mode.

[NOTE]: Due incompatibility to the previous version all history was reset. So don't be surprised if there's no results in inline mode.

v2.0.0

31 Jan 21:44

Choose a tag to compare

Now using Twitter Official API for gathering tweet info instead of web scraping which just died somehow.

v1.0.1

07 Jan 22:30

Choose a tag to compare

Code refactor
Now using Node 13 with ESM
Sending tweets as an album now don't require activation the command
Pictures now pipe to telegram instead of letting telegram processing them. Should improve quality.