[PR #135] [CLOSED] Some parameters & management features #434

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

📋 Pull Request Information

Original PR: https://github.com/alexal1/Insomniac/pull/135
Author: @Fadude
Created: 10/10/2020
Status: Closed

Base: masterHead: Fadude/params-mgmt


📝 Commits (10+)

  • a43f125 Added analytics.py file to gitignore
  • 7c24da9 Added new parameters to the script:
  • 825dee2 Added option to edit config file during a session
  • 9482c29 Added total-follow-limit parameter for a session
  • a3f7aac Updated README
  • 75971d2 Added total amount to _stringify_interactions function
  • 89e976c Changed follow_limit param to be a range
  • a58258d Added option to scrap filtered profiles into a targets-file and another option to run the script with targeted-mode - i.e. interacting with the users from targets.txt file directly, instead of interacting random users from known bloggers
  • ee5845f Added min_post filter
  • dfcdb3f Fixed number parsing

📊 Changes

12 files changed (+702 additions, -90 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 README.md (+20 -1)
conf_example.json (+152 -0)
📝 insomniac.py (+227 -44)
📝 requirements.txt (+1 -0)
📝 src/action_get_my_profile_info.py (+9 -0)
📝 src/action_handle_blogger.py (+155 -39)
📝 src/counters_parser.py (+11 -1)
📝 src/filter.py (+46 -2)
📝 src/report.py (+2 -1)
📝 src/storage.py (+41 -2)
📝 src/utils.py (+37 -0)

📄 Description

Mainly in order to simplify its management-lifecycle (running on new machine, running multiple etc..)


🔄 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/135 **Author:** [@Fadude](https://github.com/Fadude) **Created:** 10/10/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `Fadude/params-mgmt` --- ### 📝 Commits (10+) - [`a43f125`](https://github.com/alexal1/Insomniac/commit/a43f1259d4d0666f42e96447e8187f91a1ed7dab) Added analytics.py file to gitignore - [`7c24da9`](https://github.com/alexal1/Insomniac/commit/7c24da951246ced9cb452a24361932c94552b6f3) Added new parameters to the script: - [`825dee2`](https://github.com/alexal1/Insomniac/commit/825dee2013be9d1cf24f8b285591a5c36af513c4) Added option to edit config file during a session - [`9482c29`](https://github.com/alexal1/Insomniac/commit/9482c29963b32d8394485ad943da078a6dfd8fe0) Added total-follow-limit parameter for a session - [`a3f7aac`](https://github.com/alexal1/Insomniac/commit/a3f7aacc217de2494b17c82778cb0b49e2ce384c) Updated README - [`75971d2`](https://github.com/alexal1/Insomniac/commit/75971d277516d51db296bc084080d9a385c5d4d4) Added total amount to _stringify_interactions function - [`89e976c`](https://github.com/alexal1/Insomniac/commit/89e976c7a1229aa7a7291874c33b43cc13cf7117) Changed follow_limit param to be a range - [`a58258d`](https://github.com/alexal1/Insomniac/commit/a58258d3cfcfcd140cec784585d74ff03505e002) Added option to scrap filtered profiles into a targets-file and another option to run the script with targeted-mode - i.e. interacting with the users from targets.txt file directly, instead of interacting random users from known bloggers - [`ee5845f`](https://github.com/alexal1/Insomniac/commit/ee5845f2f545e9c29de2f9fed625b514cda7b12e) Added min_post filter - [`dfcdb3f`](https://github.com/alexal1/Insomniac/commit/dfcdb3f1f23fb2c0b0000bba62e82515e927e74c) Fixed number parsing ### 📊 Changes **12 files changed** (+702 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `README.md` (+20 -1) ➕ `conf_example.json` (+152 -0) 📝 `insomniac.py` (+227 -44) 📝 `requirements.txt` (+1 -0) 📝 `src/action_get_my_profile_info.py` (+9 -0) 📝 `src/action_handle_blogger.py` (+155 -39) 📝 `src/counters_parser.py` (+11 -1) 📝 `src/filter.py` (+46 -2) 📝 `src/report.py` (+2 -1) 📝 `src/storage.py` (+41 -2) 📝 `src/utils.py` (+37 -0) </details> ### 📄 Description Mainly in order to simplify its management-lifecycle (running on new machine, running multiple etc..) --- <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:11 +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#434
No description provided.