whatbot-helper is a lightweight script that makes creating bulk tasks and groups more efficient and allows you to save time setting up. They are currently working on v1.0 which I assume will have something like this, however in the meantime feel free to use this. We are in no way affiliated with What Bot, you can find their official twitter page here.
- Fill out the task sheet here and download as .xlsx
- Install Python 3 here and be sure to add to path during installation. Once you have installed Python, download the repository.
The task sheet is pretty self-explanatory however if you would like to have multiple tasks in the same group, simply make the group name
the same and when you run the script it will automatically group the tasks.
pip install -r requirements.txt
There are 3 main files that are involved within the whatbot task creation process. These files are billing.db, groups.db, and tasks.db
Contains all of your profiles
Contains all of the task groups
Contains all of your tasks
I mention this because it is important to understand what is needed for whatbot to understand your info. You will need to locate the billing.db file because it is needed in order to create your tasks.
Operating System | Path |
---|---|
MacOS | Library/Application Support/WhatBot/billing.db |
Windows | %appdata%/WhatBot |
This folder is very important so make sure you can locate it, you will need it again.
Drag the billing.db and your task xlsx files into the config
folder and open you terminal or cmd and type:
python3 main.py
This will run the program. If you missed a step, you will get an error message telling you what is needed.
After it runs you will get a message saying: Done. Read instructions for next steps.
At this point you need to navigate to the config
folder and you will see 3 files. billing.db
, tasks.db
, and groups.db
. You will need to copy and paste these files into the whatbot folder from earlier where you got your original billing.db
folder.
Feel free to contact me on Twitter @atcbackdoor if you are facing any issues or bugs. Please do NOT DM if you have not read the instructions, I will ignore.