Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 2.7 KB

README.md

File metadata and controls

57 lines (37 loc) · 2.7 KB

whatbot logo

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.

Getting Started

Prerequisites

  1. Fill out the task sheet here and download as .xlsx
  2. 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.

Install

pip install -r requirements.txt

Usage

There are 3 main files that are involved within the whatbot task creation process. These files are billing.db, groups.db, and tasks.db

billing.db

Contains all of your profiles

groups.db

Contains all of the task groups

tasks.db

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.

Finding billing.db

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 script successfully runs

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.


Support

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.