Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
/ TheseusBot Public archive

Client-side source code of the no-longer active Theseus selfbot service

Notifications You must be signed in to change notification settings

Theseus-me/TheseusBot

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

TheseusBot

A fun to use selfbot that was intended to be free
This is no longer being worked on.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

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 🍝

(back to top)

Built With

(back to top)

Getting Started

To get started, you need a computer. Then you need the following:

Prerequisites

  • 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```
    

Installation

  1. Clone the repo to a folder
    git clone https://github.com/Theseus-me/TheseusBot.git
  2. Install NPM packages
    npm i
  3. 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
    

(back to top)

More Information

I am not looking forward to developing this project no further, so this project will be archived.

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Koda Lee - me@koda.life

Project Link: https://github.com/Theseus-me/TheseusBot

(back to top)

About

Client-side source code of the no-longer active Theseus selfbot service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages