[PR #235] [MERGED] Added v3.6.0 #906

Closed
opened 2026-03-13 22:52:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/alexal1/Insomniac/pull/235
Author: @Fadude
Created: 1/5/2021
Status: Merged
Merged: 1/5/2021
Merged by: @Fadude

Base: masterHead: v3.6.0


📝 Commits (1)

📊 Changes

60 files changed (+5458 additions, -1172 deletions)

View changed files

📝 config-examples-extra/all-params.json (+162 -81)
config-examples-extra/flow-of-actions/flow-loop-interact-unfollow-sleep-on-working-hours/step-1-interact-likes-and-story-on-working-hours.json (+159 -0)
config-examples-extra/flow-of-actions/flow-loop-interact-unfollow-sleep-on-working-hours/step-2-unfollow-any-profile-on-working-hours.json (+104 -0)
config-examples-extra/flow-of-actions/flow-loop-scrape-switch_user-interact_targets-unfollow-on-working-hours/step-1-scrape-user-simple-scrape.json (+134 -0)
config-examples-extra/flow-of-actions/flow-loop-scrape-switch_user-interact_targets-unfollow-on-working-hours/step-2-real-user-interact_targets-likes-and-story-on-working-hours.json (+146 -0)
config-examples-extra/flow-of-actions/flow-loop-scrape-switch_user-interact_targets-unfollow-on-working-hours/step-3-real-user-unfollow-any-profile-on-working-hours.json (+104 -0)
config-examples-extra/flow-of-actions/flow-loop-scrape-switch_user/step-1-user-1-scrape-with-single-scrappers-db.json (+140 -0)
config-examples-extra/flow-of-actions/flow-loop-scrape-switch_user/step-2-user-2-scrape-with-single-scrappers-db.json (+140 -0)
📝 config-examples-extra/interact/interact-all-params.json (+99 -109)
📝 config-examples-extra/interact/interact-on-working-hours-follow-only.json (+52 -75)
📝 config-examples-extra/interact/interact-with-filters-likes-follow-story-comment.json (+79 -119)
config-examples-extra/interact/interact-with-pre-and-post-scripts-likes-only.json (+147 -0)
config-examples-extra/interact_targets.json (+0 -258)
config-examples-extra/scrape/scrape-all-params.json (+158 -0)
config-examples-extra/scrape/scrape-with-single-scrappers-db.json (+134 -0)
config-examples-extra/scrape/simple-scrape.json (+128 -0)
📝 config-examples/all-params.json (+79 -100)
config-examples/flow-of-actions/flow-interact-unfollow-switch_user-interact-unfollow-stop/step-1-user-1-interact-likes-and-story.json (+153 -0)
config-examples/flow-of-actions/flow-interact-unfollow-switch_user-interact-unfollow-stop/step-2-user-1-unfollow-any-profile.json (+98 -0)
config-examples/flow-of-actions/flow-interact-unfollow-switch_user-interact-unfollow-stop/step-3-user-2-interact-likes-and-story.json (+153 -0)

...and 40 more files

📄 Description

No description provided


🔄 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/235 **Author:** [@Fadude](https://github.com/Fadude) **Created:** 1/5/2021 **Status:** ✅ Merged **Merged:** 1/5/2021 **Merged by:** [@Fadude](https://github.com/Fadude) **Base:** `master` ← **Head:** `v3.6.0` --- ### 📝 Commits (1) - [`c7e9244`](https://github.com/alexal1/Insomniac/commit/c7e92448fec18f9074297afc4ea7ae3991768f00) Added v3.6.0 ### 📊 Changes **60 files changed** (+5458 additions, -1172 deletions) <details> <summary>View changed files</summary> 📝 `config-examples-extra/all-params.json` (+162 -81) ➕ `config-examples-extra/flow-of-actions/flow-loop-interact-unfollow-sleep-on-working-hours/step-1-interact-likes-and-story-on-working-hours.json` (+159 -0) ➕ `config-examples-extra/flow-of-actions/flow-loop-interact-unfollow-sleep-on-working-hours/step-2-unfollow-any-profile-on-working-hours.json` (+104 -0) ➕ `config-examples-extra/flow-of-actions/flow-loop-scrape-switch_user-interact_targets-unfollow-on-working-hours/step-1-scrape-user-simple-scrape.json` (+134 -0) ➕ `config-examples-extra/flow-of-actions/flow-loop-scrape-switch_user-interact_targets-unfollow-on-working-hours/step-2-real-user-interact_targets-likes-and-story-on-working-hours.json` (+146 -0) ➕ `config-examples-extra/flow-of-actions/flow-loop-scrape-switch_user-interact_targets-unfollow-on-working-hours/step-3-real-user-unfollow-any-profile-on-working-hours.json` (+104 -0) ➕ `config-examples-extra/flow-of-actions/flow-loop-scrape-switch_user/step-1-user-1-scrape-with-single-scrappers-db.json` (+140 -0) ➕ `config-examples-extra/flow-of-actions/flow-loop-scrape-switch_user/step-2-user-2-scrape-with-single-scrappers-db.json` (+140 -0) 📝 `config-examples-extra/interact/interact-all-params.json` (+99 -109) 📝 `config-examples-extra/interact/interact-on-working-hours-follow-only.json` (+52 -75) 📝 `config-examples-extra/interact/interact-with-filters-likes-follow-story-comment.json` (+79 -119) ➕ `config-examples-extra/interact/interact-with-pre-and-post-scripts-likes-only.json` (+147 -0) ➖ `config-examples-extra/interact_targets.json` (+0 -258) ➕ `config-examples-extra/scrape/scrape-all-params.json` (+158 -0) ➕ `config-examples-extra/scrape/scrape-with-single-scrappers-db.json` (+134 -0) ➕ `config-examples-extra/scrape/simple-scrape.json` (+128 -0) 📝 `config-examples/all-params.json` (+79 -100) ➕ `config-examples/flow-of-actions/flow-interact-unfollow-switch_user-interact-unfollow-stop/step-1-user-1-interact-likes-and-story.json` (+153 -0) ➕ `config-examples/flow-of-actions/flow-interact-unfollow-switch_user-interact-unfollow-stop/step-2-user-1-unfollow-any-profile.json` (+98 -0) ➕ `config-examples/flow-of-actions/flow-interact-unfollow-switch_user-interact-unfollow-stop/step-3-user-2-interact-likes-and-story.json` (+153 -0) _...and 40 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 22:52:21 +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#906
No description provided.