Table of Contents
This project was made for discord users to make themselves into robots 🤖 but unfortunately, discord has started to lock up their api and will no longer be allowing user tokens to login through the bot endpoints. So I just made this public so you can see my client side spegetti code 🍝
To get started, you need a computer. Then you need the following:
- node(https://nodejs.org/)
# Ubuntu Linux Installation $ sudo apt update $ sudo apt upgrade $ sudo apt install -y curl $ curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - $ sudo apt install -y nodejs $ node --version v16.1.0```
- Clone the repo to a folder
git clone https://github.com/Theseus-me/TheseusBot.git
- Install NPM packages
npm i
- Fix up the code yourself
The code is web-dependant for getting the configuration for the bot to run off of, I'm not here to spoonfeed you, you can figure out how to get the configuration from a different endpoint, but I will provide a static copy of our configuration object: https://theseus.me/api/static/configuration.json
I am not looking forward to developing this project no further, so this project will be archived.
Distributed under the MIT License. See LICENSE.txt
for more information.
Koda Lee - me@koda.life
Project Link: https://github.com/Theseus-me/TheseusBot