mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[PR #135] [CLOSED] Some parameters & management features #434
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#434
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/135
Author: @Fadude
Created: 10/10/2020
Status: ❌ Closed
Base:
master← Head:Fadude/params-mgmt📝 Commits (10+)
a43f125Added analytics.py file to gitignore7c24da9Added new parameters to the script:825dee2Added option to edit config file during a session9482c29Added total-follow-limit parameter for a sessiona3f7aacUpdated README75971d2Added total amount to _stringify_interactions function89e976cChanged follow_limit param to be a rangea58258dAdded 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 bloggersee5845fAdded min_post filterdfcdb3fFixed 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.