-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusage.txt
More file actions
26 lines (19 loc) · 855 Bytes
/
usage.txt
File metadata and controls
26 lines (19 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[ERROR]
Usage: main.py [Case-sensitive chat name] [OPTION]...
DESCRIPTION
Instagram command bot and chat bot.
-c, --chat
This argument is REQUIRED. It is case-sensitive so the name of chat must match with the passed argument.
-H, --headless
start bot in Headless mode. (No GUI)
-C, --chatmode=[MALE|FEMALE]
start bot in Chat mode. (Respond to all messages by default)
--chat-mode=MALE : Talk to Harley
--chat-mode=FEMALE : Talk to Aeona
EXAMPLES
python main.py -c "Chat Name"
command bot is activated for chat "Chat Name".
python main.py -c "Chat Name" --chatmode=MALE
chat bot is activated for "Chat Name" for Harley.
python main.py -c "Chat Name" --chatmode=FEMALE --headless=True
chat bot is activated for "Chat Name" for Aeona in headless mode.