Skip to content

Releases: doncezart/TIBOT

Public v1.2

12 Apr 12:48
7f0baee
Compare
Choose a tag to compare

TIBOT v1.2 release

  • Improved error handling
    Added ways of handling errors for most of the issues that may appear while using the bot such as: '{module} not available', 'cooldown is still active', returns in case you made a wrong choice / invalid URL and most important, 'unrecognized error, retrying' because I don't have a single clue why that error occurs.

  • Added more live metrics
    In the last version I implemented a feature that would show your views count for every cycle of the viewbot. This time I added more metrics such as how many views it added in the last cycle and how many views were added since the bot started. Also added a cycle counter which adds up the number of viewbotting cycles the program went through.

While trying to make this version more stable, I may have ended up actually making it way more unstable, so keep your eyes out for v1.3

Public v1.1

11 Apr 03:36
b0cfa47
Compare
Choose a tag to compare

TIBOT v1.1 release

  • Added a dynamic delay mechanic
    Zefoy.com has a random delay for viewbot cycles between 2 and 3 minutes. For this reason, previously the bot had a static delay of 3 minutes to avoid breaking the code by submitting before the delay is over. Instead, a dynamic delay mechanic has been added, which reads the cooldown sent by Zefoy.com and applies that to it's own code. Because of this, the delay margin has been decreased from potentially 60 seconds to under 5 seconds.

  • Added a dynamic follower count system
    Previously, the bot would start at 0 views and add a static 1000 views by each view cycle. However, this wasn't accurate, so we implemented a feature that would actually read the view count of your video, do the math and display both current view count and the new view count (how many view the bot added through the last cycle)

  • Changed the way 'incorrect input' is managed
    Instead of sticking with the old 'press any key to exit' method upon entering an invalid input in any of the fields, the bot now returns you to the previous stage where you can retry and re-input your choice / link.