mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 18:15:54 +03:00
[PR #241] [MERGED] v3.6.5 #445
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#445
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/alexal1/Insomniac/pull/241
Author: @Fadude
Created: 1/10/2021
Status: ✅ Merged
Merged: 1/10/2021
Merged by: @Fadude
Base:
master← Head:beta📝 Commits (3)
ba3176aAdded v3.6.4907bdfbDocs added3f54743Upgraded to v3.6.5📊 Changes
15 files changed (+621 additions, -152 deletions)
View changed files
➕
docs/README.md(+302 -0)➕
docs/installation.md(+86 -0)📝
insomniac/__version__.py(+1 -1)📝
insomniac/action_runners/interact/__init__.py(+7 -6)📝
insomniac/action_runners/interact/action_handle_blogger.py(+20 -10)📝
insomniac/action_runners/interact/action_handle_hashtag.py(+38 -16)📝
insomniac/action_runners/interact/action_handle_place.py(+38 -16)📝
insomniac/action_runners/interact/action_handle_target.py(+16 -5)📝
insomniac/action_runners/unfollow/__init__.py(+1 -1)📝
insomniac/actions_impl.py(+78 -70)📝
insomniac/device_facade.py(+3 -1)📝
insomniac/scroll_end_detector.py(+3 -2)📝
insomniac/session.py(+25 -16)📝
insomniac/sessions.py(+3 -2)📝
insomniac/views.py(+0 -6)📄 Description
— Docs added
— Enhanced scrapping mechanism with graphql rate-limiting + sometimes scrape will be done without even step into a profile
— Fixed search issue
— Fixed session-params reset issue (so now you can stop a flow at the end of it)
— When searching for hashtags & places, a random post will be selected instead of the first one
— Added speedtest to every-session on flow instead of first-one only
— Fixed is-keyboard-open bug
— Fixed remove-mass-follower little bug
— Fixed printing when soft-ban detected on users-list-scrolling
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.