A Discord Bot script to automate the obelisk bot
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
This is a discord bot script that i made to automate the obelisk bot.
Why did i make it?:
- They changed their bot detection to a new method that i figured a way around
- I wanted to test if it was possible and if i myself could make it
- I also enjoy making bot - even if they are poorly made
The bot has a few features:
- Will check all cooldowns on start and convent them to timestamps - it currently only uses a few of them but they are all there
- The hunt and gather command will run a few seconds after their cooldown with some random in there.
- The Quest and Daily commands are also automated
- A user can send commands to the bot over discord
It's easy to use, you will need Discord.py and Python 3
- Discord.py
python3 -m pip install discord.py
-
Clone the repo
git clone https://github.com/DevJ4Y/obelisk-script.git
-
Install the Discord.py lib
-
Edit the Obot.py and add the account token on the last line - within the ""
All these commands are to be sent to the bot via discord
To control the bot from another discord account, first you will need to assign your user as the admin. Anyone can do this if they know how.
.login
ping - Will return a pong to check all is running ok
ping
toggle - toggle on or off both the hunt and gather automation
toggle h
toggle g
stop loop - stops the main think loop for all the commands
stop loop
start loop - starts the main think loop for all the commands
start loop
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL - 3.0. See LICENSE
for more information.
<J4Y> - My site
Project Link: https://github.com/DevJ4Y/obelisk-script