A code written in Python that helps you to keep your account 24/7 online.
> download a copy of this repo
> navigate to the extracted folder
Install all the necessary Python packages to run this programme using the requirements.txt (sudo
as neccessary):
$ pip install -r requirements.txt
Get your discord token and add it to the token
in config.py
file. (paste inside the quotations.) If you don't know how to get your discord token, just google. π
token = "xxxxxxxxxxxxxxxxxxxxxxxxx"
Giving your token to someone else will give them the ability to log into your account without the password or 2FA.
β Warning : Self-bots are discouraged by Discord and is against Discord's ToS. You might get banned for this if not used properly.
π Note : Discord's Terms of Service: discord.com/terms
This repository is in no way affiliated with, authorized, maintained, sponsored or endorsed by Discord Inc. or any of its affiliates or subsidiaries.
$ python online.py
If you did all the steps correctly, you should see the following message on the console.
Logged in as <you user name>
-
Don't foregt to π star the repository if this helped you! ππ€
-
Do you have an improvement? Feel free to contribute by a pull request. π€