Releases: GramAddict/bot
Releases · GramAddict/bot
v3.2.12
3.2.12 (2024-03-22)
Fix
- handle NoneType for owner_name in feel job
- wrong indentation for hashtag check in feed job
Full Changelog: 3.2.11...3.2.12
v3.2.11
3.2.11 (2024-03-17)
New Features
- OCR to read the post owner if the obj is missing in the feed job (optional)
restart-atx-agent: bool
to restart the atx-agent before starting the botkill-atx-agent: bool
to kill the atx-agent when the script ends
Fix
- feed sponsored detection
- Telegram wrong keys and order
Misc
- message in telegram now looks more like it did before pandas were removed
Test
- improved telegram test
v.3.2.10
v.3.2.9
3.2.9 (2024-02-10)
Fix
- remove pandas as dependency for telegram reports
- show when config file and filter file have been saved
- better logging information
Mantaining by @mastrolube in #368
Full Changelog: 3.2.8...3.2.9
v3.2.8
What's Changed
- build(deps): bump urllib3 from 1.26.7 to 1.26.18 by @dependabot in #346
- Fix the language check by @mastrolube in #363
Full Changelog: 3.2.7...3.2.8
v3.2.7
v3.2.6
3.2.6 (2023-09-28)
Fix
- get rid of Activity class when starting app
v3.2.5
3.2.5 (2023-07-23)
Fix
- account selection with the little arrow instead of clicking on the account name
Others
- display a warning if the user tries to use an untested version of IG
v3.2.4
## 3.2.4 (2023-04-07)
### Fix
- fix selecting account if you have a lof of them, and it's not visible
- screen timeout checking for 'always on devices' (for example emulators)
## 3.2.3 (2022-06-23)
### Others
- allow to pass device to dump
- allot to don't to kill the demon while dumping
## 3.2.2 (2022-04-28)
### Fix
- deprecated method uiautomator2 side that cause that error:
>AttributeError: 'Session or Device' object has no attribute '_is_alive'
v3.2.0
3.2.0 (2022-03-23)
New Features
unfollow
andunfollow-non-followers
now check for when you last interacted with each user. Using the argumentunfollow-delay
you can specify the number of days that have to have passed since the last interaction- after watching a story, the bot will now like it
- with
count-app-crashes
you can tell the bot to count app crashes as a crash fortotal-crashes-limit
(default False) - using the argument
remove-followers-from-file
, the bot can now remove followers following you from a .txt
Fix
- when interacting with the last picture of a profile, the bot could crash
- following suggested people instead of target account
- missing block detection for full screen mode (video)
- profile is loaded false negative
- avoid re-watching content if like fails
Performance improvements
- new way to search for targets in search menu
- no need to see limits for PM if you're not sending them
- code has been cleaned and some functions have been merged
- inspect current view for list of users, this will avoid pressing on bottom bar
- set the screen timeout to 5 minutes if it's less than this value to avoid screen off issues
- store the target source in json instead of a duplicate of the username
- store request and followed status in json (it uses to be only followed)
- using
app_current
insteadinfo
for checking if the app is opened - check for crash dialog when app crashes
- check if it's a live video before opening a story
- for actions with files (
interact-from-file
,unfollow-form-file
andremove-followers-from-file
) the script will look inside your account folder and no longer where you start the bot from
Others
- bump version of UIA2
- trim logs in crash reports
- put your username inside the config when creating it with
gramaddict init username
- default value for
can-reinteract-after
is now "None" instead of "-1" - better logs when skipping profiles