Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: rxu202/bot

Tags

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create FUNDING.yml

v1.2.1

Toggle v1.2.1's commit message
--interact-from-file improvements (GramAddict#155)

* in --interact-from-file the user will not search in recent anymore
* don't refresh if not needed
* swipe_to_fit_posts improvement

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.2.0 (GramAddict#137)

## Release 1.2.0
### Bug Fixes

```
🐛 add new resource IDs to support more instagram versions
🐛 add short sleep before checking if the screen is unlocked to reduce issues
🐛 modify story watching to reduce crashes
🐛 substitute the .down with .find that caused a crash
🐛 fix analytics report when there is broken data
🐛 fix errors related to resourceid refactor
🐛 fix unfollow after unfollowing a follower
🐛 fix error on hashtag in biography
🐛 fix an infinite loop issue when running unfollow plugin
🐛 fix follow button class
🐛 fix follow not count when profile private
🐛 fix issue with sort followers and overlaying element
```

### New Features

```
🎁 add support for config files
🎁 add support for cloned apps
🎁 add feature - hashtag-posts-recent
🎁 add feature - hashtag-posts-top
🎁 add feature - interact-from-file
🎁 add feature - unfollow-any-non-followers
🎁 add feature - debug flag for debug output to console
🎁 add feature - speed modifier
🎁 add feature - add option to pause when exiting with ctrl-c
🎁 add feature - exit source after scrolling a configurable number of times
🎁 add filter - following
🎁 add filter - follower
🎁 add back optional fling support
🎁 add support for uia1 (kinda)
```

### Improvements

```
🐎 increase speed of things that don't need to be slow
🐎 sped up sleep after unfollow
🐈 kill uia2 agent while closing instagram app
🐈 ensure we are on profile at start of each job
🐈 improve swipe on hashtag-likers to support more instagram versions
🐈 randomize swipe points for better human-like emulation
🐈 refactor resource ids
🐈 include time in analytics report filename so you can generate multiple a day
🐈 change distro method to pypi
🐈 improve the unfollow message (only show if unfollowed)
🐈 remove other unnecessary `while True` loops
🐈 add more debug output to help with fixing issues
📝 fix some issues with argument help not matching
📝 add new logo
📝 add new demo
📝 update formatting and info
```


Co-authored-by: Philip Ulrich <[email protected]>
Co-authored-by: Dennis <[email protected]>
Co-authored-by: narkopolo <[email protected]>
Co-authored-by: Arthur Silva <[email protected]>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.2.0 (GramAddict#137)

## Release 1.2.0
### Bug Fixes

```
🐛 add new resource IDs to support more instagram versions
🐛 add short sleep before checking if the screen is unlocked to reduce issues
🐛 modify story watching to reduce crashes
🐛 substitute the .down with .find that caused a crash
🐛 fix analytics report when there is broken data
🐛 fix errors related to resourceid refactor
🐛 fix unfollow after unfollowing a follower
🐛 fix error on hashtag in biography
🐛 fix an infinite loop issue when running unfollow plugin
🐛 fix follow button class
🐛 fix follow not count when profile private
🐛 fix issue with sort followers and overlaying element
```

### New Features

```
🎁 add support for config files
🎁 add support for cloned apps
🎁 add feature - hashtag-posts-recent
🎁 add feature - hashtag-posts-top
🎁 add feature - interact-from-file
🎁 add feature - unfollow-any-non-followers
🎁 add feature - debug flag for debug output to console
🎁 add feature - speed modifier
🎁 add feature - add option to pause when exiting with ctrl-c
🎁 add feature - exit source after scrolling a configurable number of times
🎁 add filter - following
🎁 add filter - follower
🎁 add back optional fling support
🎁 add support for uia1 (kinda)
```

### Improvements

```
🐎 increase speed of things that don't need to be slow
🐎 sped up sleep after unfollow
🐈 kill uia2 agent while closing instagram app
🐈 ensure we are on profile at start of each job
🐈 improve swipe on hashtag-likers to support more instagram versions
🐈 randomize swipe points for better human-like emulation
🐈 refactor resource ids
🐈 include time in analytics report filename so you can generate multiple a day
🐈 change distro method to pypi
🐈 improve the unfollow message (only show if unfollowed)
🐈 remove other unnecessary `while True` loops
🐈 add more debug output to help with fixing issues
📝 fix some issues with argument help not matching
📝 add new logo
📝 add new demo
📝 update formatting and info
```


Co-authored-by: Philip Ulrich <[email protected]>
Co-authored-by: Dennis <[email protected]>
Co-authored-by: narkopolo <[email protected]>
Co-authored-by: Arthur Silva <[email protected]>

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[HOTFIX] EMERG - RELEASE ASAP: add NOT_IN_LIST check for can_follow (G…

…ramAddict#107)

* add NOT_IN_LIST check for can_follow

* Update version.py

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.0.4 (GramAddict#81)

Release v1.0.4 - Hotfix!
Bug Fixes

🐛 fix issue finding like button on small screens
🐛 add try/except for version check
🐛 fix sessions
🐛 fix instagram version reporting
Improvements

🐈 add file logging and fixing crash logging

Co-authored-by: Philip Ulrich [email protected]
Co-authored-by: Arthur Silva [email protected]

1.0.3

Toggle 1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v1.0.3 (GramAddict#66)

Release v1.0.3

Bug Fixes
    🐛 Fix bug when you have no followers/following
    🐛 Fix bug with filtering
    🐛 Fix bug when user has a shop button
    🐛 Fix bug where you would follow someone back if they already followed you
    🐛 Fix bug where hashtag could not be found on compact screens
    🐛 Fix bug with unfollow confirmation screen in new UI and simplifies check
    🐛 Fix bug when there is no like button on screen
Improvements
    ✅ Combine black and pyflakes into one workflow
    :neckbeard: Unfollow supports range now
    :neckbeard: Improve clicking and double clicking function
    :neckbeard: Add ability to “small swipe” in case you only need to swipe a little
    🐈 Add argument logging for better debugging
    🐈 Add click location for better debugging
    🐈 Clean up logging
    📝 Clean remains of remove-mass-followers. This may be added back at some point
New Features
    🎁 Add update checking
    🎁 Add example filter file
    🎁 Add (disabled) debugging plugin

Co-authored-by: Philip Ulrich <[email protected]>
Co-authored-by: narkopolo <[email protected]>
Co-authored-by: Arthur Silva <[email protected]>
Co-authored-by: Alessandro Maggio <[email protected]>
Co-authored-by: Dennis <[email protected]>

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v1.0.3 (GramAddict#66)

Release v1.0.3

Bug Fixes
    🐛 Fix bug when you have no followers/following
    🐛 Fix bug with filtering
    🐛 Fix bug when user has a shop button
    🐛 Fix bug where you would follow someone back if they already followed you
    🐛 Fix bug where hashtag could not be found on compact screens
    🐛 Fix bug with unfollow confirmation screen in new UI and simplifies check
    🐛 Fix bug when there is no like button on screen
Improvements
    ✅ Combine black and pyflakes into one workflow
    :neckbeard: Unfollow supports range now
    :neckbeard: Improve clicking and double clicking function
    :neckbeard: Add ability to “small swipe” in case you only need to swipe a little
    🐈 Add argument logging for better debugging
    🐈 Add click location for better debugging
    🐈 Clean up logging
    📝 Clean remains of remove-mass-followers. This may be added back at some point
New Features
    🎁 Add update checking
    🎁 Add example filter file
    🎁 Add (disabled) debugging plugin

Co-authored-by: Philip Ulrich <[email protected]>
Co-authored-by: narkopolo <[email protected]>
Co-authored-by: Arthur Silva <[email protected]>
Co-authored-by: Alessandro Maggio <[email protected]>
Co-authored-by: Dennis <[email protected]>

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v1.0.2 (GramAddict#45)

* No one is maintaining these - removing
- These likely need re-written from scratch anyway
- removing resources we don't use like patreon or the insomniac logo

* No one is maintaining these - removing (GramAddict#33)

- These likely need re-written from scratch anyway
- removing resources we don't use like patreon or the insomniac logo

* Feature analytics (GramAddict#31)

* increment version

* fixing bug with interact argument

* ignoring all .pdf files

* Adding tool to generate PDF reports with statistics using matplotlib

* blackening

Co-authored-by: narkopolo <[email protected]>

* Adding missing dependency (GramAddict#37)

* No one is maintaining these - removing
- These likely need re-written from scratch anyway
- removing resources we don't use like patreon or the insomniac logo

* adding matplotlib dependency

* Use python logging module (GramAddict#36)

* Use python logging module

- add log.py: used to configure
python logging module

There are two log handlers: one colored
for the console and one with raw data for the
crash report. This way we will be able to make
the console be less cluttered while still have debug
information when a crash happens.

* Change plugin loading log level to INFO

* Remove unused log constants (GramAddict#41)

* Remove pipenv because they can't figure out how to support python version ranges pypa/pipenv#1050 (GramAddict#44)

* No one is maintaining these - removing
- These likely need re-written from scratch anyway
- removing resources we don't use like patreon or the insomniac logo

* removing pipenv

* removing extra res folder - updating version

Co-authored-by: narkopolo <[email protected]>
Co-authored-by: Arthur Silva <[email protected]>

v1.1.0

Toggle v1.1.0's commit message
Improve final report