mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 18:15:54 +03:00
[GH-ISSUE #214] parameter interact-targets not working #180
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#180
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?
Originally created by @polyphia on GitHub (Dec 13, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/214
After adding target usernames to targets.txt file in same folder the session finishes immeadiatly after running without performing any actions .
Tried providing username in both @username and username format .
Command used to run :
python start.py --interact-targets True --follow-percentage 30 --interactions-count 20-30 --no-speed-check
-------- START: 2020-12-13 17:40:16.950084 --------
[12/13 17:40:16] Open Instagram app
[12/13 17:40:17] Sleep for 2.42 seconds
[12/13 17:40:19] Press profile
[12/13 17:40:21] Sleep for 1.09 seconds
[12/13 17:40:22] Refreshing your profile status...
[12/13 17:40:24] Sleep for 2.36 seconds
[12/13 17:40:27] Hello, @xxxxxxxxxxxxx You have xxxx followers and xxxx followings so far.
[12/13 17:40:27] Close Instagram app
If you like this script, please give us a star:
https://github.com/alexal1/Insomniac
-------- FINISH: 2020-12-13 17:40:27.986748 --------
TOTAL
Completed sessions: 1
Total duration: 0:00:11.036664
Total interactions: 0
Successful interactions: 0
Total followed : 0
Total likes: 0
Total unfollowed: 0
Total stories watches: 0
Removed mass followers: none
@Fadude commented on GitHub (Dec 16, 2020):
Can you share with us your targets file & full log?
@polyphia commented on GitHub (Dec 26, 2020):
[12/26 03:40:40] There are no more new targets to interact with in the database (all been already interacted / filtered).
[12/26 03:40:40] If you wish to continue interacting with targets, add new targets to the database using scrapping / targets.txt or use the reinteract-after & refilter-after parameters in order to interact with the targets that are already loaded in the database.
[12/26 03:40:40] Close Instagram app
If you like this bot, please give us a star:
https://github.com/alexal1/Insomniac
-------- FINISH: 2020-12-26 03:40:40.681347 --------
TOTAL
Completed sessions: 1
Total duration: 0:00:17.579383
Total interactions: 0
Successful interactions: 0
Total followed : 0
Total likes: 0
Total unfollowed: 0
Total stories watches: 0
Removed mass followers: none
targets file is just 10 lines with usernames :
user1
user2
user3
user4
etc ...
@Fadude commented on GitHub (Mar 26, 2021):
A lot has been changed.
Please take a look on the insomniac-documentation
You can also try the targets-interaction config file from the configs-examples directory.