[PR #131] [CLOSED] Some parameters & management features #432

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (4)

  • 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

📊 Changes

7 files changed (+287 additions, -36 deletions)

View changed files

📝 .gitignore (+1 -0)
conf_example.json (+126 -0)
📝 insomniac.py (+118 -33)
📝 requirements.txt (+1 -0)
📝 src/action_handle_blogger.py (+8 -1)
📝 src/filter.py (+4 -2)
📝 src/utils.py (+29 -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/131 **Author:** [@Fadude](https://github.com/Fadude) **Created:** 10/9/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`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 ### 📊 Changes **7 files changed** (+287 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) ➕ `conf_example.json` (+126 -0) 📝 `insomniac.py` (+118 -33) 📝 `requirements.txt` (+1 -0) 📝 `src/action_handle_blogger.py` (+8 -1) 📝 `src/filter.py` (+4 -2) 📝 `src/utils.py` (+29 -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:10 +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#432
No description provided.