Skip to content

New version of the bot

Compare
Choose a tag to compare
@mastrolube mastrolube released this 04 May 20:42
· 409 commits to master since this release

v2.0.0
Bugs fixed (most relevant):
🐛 fixed a problem for private account switching. If your username is private, you should have an username folder with 2 blank space at the beginning (it's a bug from 1.2.x), when running the v2 it will be fixed automatically!
🐛 filter.json is now related to account, so you can have one for each account with different options! put it inside your accounts/your_nickname/ folder
🐛 config.ylm files can now use characters other than Latin
🐛 swipe points had a typo error that could change his behaviour
🐛 when loading limits, there was a bug that change them every time we call the function!
🐛 we were looking for blocks using an old class
🐛 when watching stories we will press on a reduced area in order to avoid pressing on tags
🐛 the check if someone was following you was too fast, so you could unfollow people who actually follow you. fixed
🐛 While checking if screen was on or off, I find out that the check return an error. That was causes by not Latin characters of an user. I fixed that and now we are all citizen of the world.
🐛 In the meantime some ResourceID changed, I update them to the newer version of IG.
🐛 Buttons can have texview ClassName instead of button ClassName.
🐛 Switching account maybe was much fast, I slowed it down a little bit
🐛 The checking if English was totally wrong, I fixed it. I also get rid of "maybe not English set?!?!?"
🐛 the speed multiplier will no longer affect watching stories
🐛 fixed some problem while watching stories
🐛 fixed a bug if the following button was not present in view
🐛 fixed a problem in unfollow people which cause a premature end of the job
🐛 fixed a problem if the search bar is not present
🐛 for someone the tabs (accounts, tags, place, ..) when searching something appear only after they type something. fixed

Improvements (most relevant):
🐈 UIA1 has been removed, privacy problem has been solved with the new version of UIA2
🐈 accounts have been moved to a parent folder -> accounts. That will help you to manage them.
🐈 the bot is now very fast where it needs to be (I've no problem till x5)
🐈 now you can have infinite list of users/hashtags to interact with and choose randomly among them
🐈 you can shuffle jobs in order to avoid do the same operations in the order you wrote them
🐈 analystics will always be performed at the end of the session in the current accounts/username_name/reports
🐈 speed up checking profile from 12-15s to like 5s (it also depends of your speed multiplier)
🐈 kill agent has been moved in order to not generate a crash anymore if you're using --screen-sleep feature
🐈 you can disable filters without the needs of removing/rename the file
🐈 when in scrape mode, we don't need a full report. Also when we are in normal mode we don't need to know about scrape
🐈 time reports are now consistent
🐈 the session will not end if we reach comments/watches or PM limits, we only stop to do them
🐈 every argument can be a range instead of a single number (for example 10-15)
🐈 get some useful info of your device at start (resolution, screen size, android version, phone name)
🐈 you can kill other application while running the bot
🐈 introduced the crash limit: if the bot crashed more than N number of times, we will stop it
🐈 you can specify for more then one alphabet in filter.json
🐈 bot will check version even for betas, and i a clever way
🐈 a lot of logging improvements
🐈 mitigate false click when opening items in list

New features:
🎁 sort your followers from the newest to oldest and vice versa
🎁 specify in filter.json in which job you want to comment
🎁 interact blogger post likers
🎁 interact with places (hashtag and posts)
🎁 interact blogger
🎁 interact own feed
🎁 unfollow from list (*.txt). there is also a new paramenter --total-unfollows-limit which rules every unfollow actions
🎁 scrape usernames to a .txt instead of interact
🎁 working hour scheduler with time delta
🎁 you can comment posts: video, photo and carousel can have different comments
🎁 you can send PM to public and private/empty profiles
🎁 you can use emoji in comments, PM, and hashtags
🎁 you will type char by char to act more as human: no need to reinvent the wheel..
🎁 browse carousel
🎁 watch videos for a specified time before interact

v2.0.2
🐛 fix checking new version
🐛 fix checking ig version
🐛 fix hidden photo in postview problem
🐛 fix changing language at fist run