Skip to content

Releases: elpideus/tgbiofy

1.5

23 Jan 15:28
f062070
Compare
Choose a tag to compare

Fixed an error with Telegram's API ("Too many requests").
Doubled the update delay, in order to reduce the amount of requests. The song won't be updated fast but this is the only solution I can think of right now.

1.4

11 Jun 00:32
Compare
Choose a tag to compare
1.4

Now it is possible to start or stop the script without leaving Telegram or touching the terminal.
Two commands have been added: /tgbiofy start and /tgbiofy stop. You can use these by sending them to yourself (Saved Messages chat).

Special thanks to @federico9292 for the idea.

1.3

09 Jun 01:42
Compare
Choose a tag to compare
1.3

The user info now get saved upon starting the script.
Added a timeout of 5 minutes after which the user info will be restored. This is useful when not listening to music anymore. Before this solution the user info would not have been reverted back.

Reduced the amount of requests sent to both Telegram and Spotify APIs. Requests number has been reduced by 15 by fixing an error regarding song name verification in the main loop. This is a big improvement over version 1.2.

Special thanks to @federico9292 for the idea.

1.2

21 Mar 23:47
Compare
Choose a tag to compare
1.2

Updated the bio section of the script. Now it is possible to specify if the script should change the user's About section to a link to the song or to information about the song.

1.1

12 Mar 02:02
Compare
Choose a tag to compare
1.1
  1. Reorganized code in order to make it more readable.
  2. Added the lite_version setting that allows to easily switch between the full and the lite versions of the script. With the lite_version setting set to True the code will only update the "About" section and will leave the first name, last name and profile picture unaffected.
  3. Updated the Readme.md with new information as well as configuration instructions.

1.0

08 Mar 00:31
Compare
Choose a tag to compare
1.0

This is the release version 1.0 of the tgbiofy script.

After more than an year the script is now out of Beta. A lot of tests have been made and this little project of mine gained a lot of stars. For that I want to thank you all.

For any kind of help regarding the script remember to use the "Issues" section.

Beta 1.2

03 Oct 21:37
Compare
Choose a tag to compare
Beta 1.2 Pre-release
Pre-release

Added the port 8080 to the localhost link in the config.ini file. The user had to manually copy-paste the link provided by spotipy. Now the program retrieves the needed information automatically.

Beta 1.1

26 Mar 07:28
Compare
Choose a tag to compare

Code cleanup, new functionalities and bug fixes.
Added more configuration values.

Beta 1.0

25 Mar 22:49
ca06d6b
Compare
Choose a tag to compare

This is the first release of tgbiofy. More info on the project's Readme file.