Skip to content

MrMRVLS/discord-online

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

46 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Discord Online Forever πŸ¦„πŸ˜

A code written in Python that helps you to keep your account 24/7 online.

Requirements 🧰

Installation 🐍

> 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

Getting Started πŸ₯£

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"

πŸ“ DO NOT GIVE YOUR TOKEN TO OTHERS !!!

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.


Usage πŸ•

Then run the code: WoWoWo!!! 🍻

 $ 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. 🀍