-
-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.2.0 #137
Merged
Merged
v1.2.0 #137
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* add NOT_IN_LIST check for can_follow * Update version.py Co-authored-by: Philip Ulrich <[email protected]>
if you ctrl-c out, give an option to pause or quit.
🎁 add filter - following 🎁 add filter - follower 🐈 refactor resource ids Co-authored-by: Uğur Kellecioğlu <[email protected]>
🐛 add new resource ID for some devices. 🐛 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 🐎 increase speed of things that don't need to be slow 🐈 slow down some views (e.g. recent hashtags) to reduce issues 📝 fix some issues with argument help not matching
🐛 Fix analytics report when there is broken data 🐈 Include time in analytics report so you can generate multiple a day 🐈 Make pause better
🐈 add files for pypi distro 🐛 fix errors related to resourceid refactor 🐛 fix unfollow after unfollowing a follower 🐎 sped up sleep after unfollow
🐛 fix error on hashtag in biography
🎁 add scroll repeat exiter 🎁 add speed multiplier
start point
forget to remove old codes
- slow down a little bit the scroll speed from 0.3 to 0.4 min - after liking post of an user, going back with the exact scroll (no longer unwanted refresh of the page) - reunify some functions - force_interact.dis updated - likes_from_urls.py updated Hashtag-post plug-in - control if like in feed has successed otherwise single click - if the view goes over the nickname of the owner for inertia, is not a problem anymore - add the detect block in feed
… into hashtag-post-recent
-add the hashtag-posts-top feature
black by hands
fix lint
imported but not used, removed
removed comment part and add one detect_block
… into hashtag-post-recent
🐛 forgot to end the loop when finish TODO: "in each job we assume being on the top of the Profile tab already" is missing
🎁 add feature - hashtag-posts-recent 🎁 add feature - hashtag-posts-top 🐈 make sure we are on profile before each job 🐈 after liking post of an user, going back with the exact scroll 🐈 add more debug output to help with fixing issues 🐈 randomize swipe points for better human-like emulation 🐈 improve the unfollow message (only show if unfollowed) 🐛 fix issue with sort followers and overlaying element Co-authored-by: Lube <[email protected]>
- 🎁 add feature - interact-usernames
updating config file example and parameter names
More on current state of UIA1 support: #134 (comment) |
🐛 various fixes - does not need to be included in change log
Good job @philip-ulrich and all involved in this beta release. I liked how init became clean. The config loader, the resource module, etc, good job. I didn't review thoroughly, but I'd say that overall is good. This release will improve code quality. I appreciate it! |
😱 consider me shocked |
🎁 add feature - check the provided username and switch if not on that profile
- new core argument --delete-interacted-user Co-authored-by: Philip Ulrich <[email protected]>
arthurspa
requested changes
Dec 18, 2020
Good to go! |
arthurspa
approved these changes
Dec 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release 1.2.0
Bug Fixes
New Features
Improvements