[PR #241] [MERGED] v3.6.5 #445

Closed
opened 2026-03-02 23:40:14 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: beta


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/alexal1/Insomniac/pull/241 **Author:** [@Fadude](https://github.com/Fadude) **Created:** 1/10/2021 **Status:** ✅ Merged **Merged:** 1/10/2021 **Merged by:** [@Fadude](https://github.com/Fadude) **Base:** `master` ← **Head:** `beta` --- ### 📝 Commits (3) - [`ba3176a`](https://github.com/alexal1/Insomniac/commit/ba3176aa185124b01b6a3c473eaaa2a1166caaf8) Added v3.6.4 - [`907bdfb`](https://github.com/alexal1/Insomniac/commit/907bdfb5282850b10e9681d368e98bbbb7967cf5) Docs added - [`3f54743`](https://github.com/alexal1/Insomniac/commit/3f5474371f9b29711724675d86a47d680f588db9) Upgraded to v3.6.5 ### 📊 Changes **15 files changed** (+621 additions, -152 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:40:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Insomniac#445
No description provided.