[GH-ISSUE #163] FEATURE: quickstart.bat file #131

Open
opened 2026-03-02 23:38:14 +03:00 by kerem · 0 comments
Owner

Originally created by @bronzeboy on GitHub (Oct 29, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/163

Maybe something like this can help Windows users to start with the script

@echo off
set /p user="User(s) (@username @username2) and/or hashtag(s) (hashtag1 hashtag2) to interact with: "
set /p int="Interaction count as range (for exemple 10-20): "
set /p like="Number of like per interation as range (for exemple 10-20): "
set /p follow="Follow percentage as % (for exemple 10%): "
set /p repeat="Wating after each block in minutes as range (for exemple 10-20): "
echo ----------------
echo Starting...
echo ----------------
echo

python start.py --interact %user% --interactions-count %int% --likes-count %like% --follow-percentage %follow% --repeat %repeat%
Originally created by @bronzeboy on GitHub (Oct 29, 2020). Original GitHub issue: https://github.com/alexal1/Insomniac/issues/163 Maybe something like this can help Windows users to start with the script ``` @echo off set /p user="User(s) (@username @username2) and/or hashtag(s) (hashtag1 hashtag2) to interact with: " set /p int="Interaction count as range (for exemple 10-20): " set /p like="Number of like per interation as range (for exemple 10-20): " set /p follow="Follow percentage as % (for exemple 10%): " set /p repeat="Wating after each block in minutes as range (for exemple 10-20): " echo ---------------- echo Starting... echo ---------------- echo python start.py --interact %user% --interactions-count %int% --likes-count %like% --follow-percentage %follow% --repeat %repeat% ```
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#131
No description provided.