https://github.com/ferozomer/discord-onliner
https://github.com/ferozomer/discord-onliner
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ferozomer/discord-onliner
- Owner: ferozomer
- Created: 2023-12-13T03:49:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T12:18:29.000Z (over 1 year ago)
- Last Synced: 2025-02-02T06:15:18.467Z (4 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Discord Onliner
Make Your Discord Account 24/7 Online!
![]()
## Disclaimer
Discord's community guidelines and terms of service are violated by this code, which is intended to automate tasks on your account. If you apply this code incorrectly, Discord may suspend or terminate your account(s). I, the developer, take no liability for any results you may get from utilizing this code. You should be aware of the hazards when using this software and use caution when using it. Please go to Discord's Terms of Service and Community Guidelines for a more comprehensive understanding of the guidelines.## Warning
**DO NOT GIVE YOUR DISCORD TOKENS TO ANYONE.**
#### Giving your token to someone else allows them to log into your account without a password or 2FA.## Features
- 🛡️ Secure - The program is designed with security measures in place.
- ✍️ Supports Custom Status - Allows for the setting of a personalized status message.
- 🟢 Account will stay 24/7 online
- 🌙 Supports all three status modes (Online, Idle, Do Not Disturb) - Compatible with various status settings including Online, Idle, and Do Not Disturb.
- Can be used almost on any platform that supports Python - The program is versatile and can be run on nearly any platform that is capable of executing Python scripts.## Obtaining Your Token
You will need an user token inorder to use this code. You can obtain it by doing the following:
1. Logging in to your discord account
2. Pressing `Ctrl+Shift+I` to open Chrome Developer Tools
3. Go to the `Network` Tab
4. Keep it open and refresh the page
5. Type `/api` in the filter search box
6. Click the entry that has `science` as the `Name`
7. On the sub-menu, go to `Headers`
8. Scroll down till you see an entry named `Authorization`. Copy the line next to it.
9. This is your token, **DO NOT GIVE IT TO ANYONE**.## Installation
1. Install [Python](https://python.org/downloads) on your machine (Make sure you add it to [PATH](https://i.imgur.com/Ukl6HdQ.png))
2. Download This Repository
3. Modify both the status mode and custom status, if you want to make any adjustments
4. Save the file
5. Create a `requirements.txt` file and copy and paste the file contents inside [requirements.txt](https://github.com/ferozomer/Discord-Onliner/blob/main/requirements.txt)
6. Save the file
7. Open command prompt where both the files are present and run `pip install -r requirements.txt`
8. Once the packages are downloaded, either double-click the python file in order to run it or open command prompt where the python file is present and run `python main.py`## Deploy Discord-Onliner to Render
[](https://render.com/deploy)