Config File
The config file uses the YAML format, it is easy to read and edit. Open config.yaml with notepad to begin editing the config. Each field already has a description of what you should be inputting.
Notes on thread settings above
thread_number
is the number of threads (individual tasks for entry) that will start every delay periodthread_delay
is the time (in seconds) that sets the delay periodExample: if you have
thread_number
set to 10 andthread_delay
set to 30 the bot will start 10 tasks every 30 seconds. These tasks will be started regardless of whether any previous entries have been successful in entering.
Notes on gmail settings above
Some sites require that you have IMAP settings set up. What this allows the bot to do is grab information (e.g. signup codes or signup links) from an email/group of emails, which has been forwarded to a master email (gmail). It is the master email that you will need to set up in the
gmail
as shown aboveIn order to enable IMAP you will need to follow this link.
Last updated