https://github.com/2m4u/autobio
Automate Your Discord Bio/Banner With ME!
https://github.com/2m4u/autobio
api bot discord selfbot-for-discord
Last synced: 2 months ago
JSON representation
Automate Your Discord Bio/Banner With ME!
- Host: GitHub
- URL: https://github.com/2m4u/autobio
- Owner: 2M4U
- License: gpl-3.0
- Created: 2021-06-25T09:54:52.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-25T11:57:55.000Z (about 5 years ago)
- Last Synced: 2025-01-07T18:31:09.092Z (over 1 year ago)
- Topics: api, bot, discord, selfbot-for-discord
- Language: JavaScript
- Size: 32.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WORK IN PROGRESS - BETA
---
# Auto-Bio
Animate your DiscordBio/Banner.
#### _DISCLAIMER_
***I am not responsible for any bans resulting in using this. Use at your own risk.***
***This is still in BETA Mode as for the endpoint on the API***
#### Example Display
[](https://hits.seeyoufarm.com)
---
# Requirements
- [NodeJS](https://nodejs.org/en/)
- [Basic JSON knowledge](https://www.json.org/)
# Installation
1. Download repository
2. Unzip
3. Open a command prompt inside the folder
4. Enter `npm install`
5. Adjust your `config.json` - [Read More](#Config)
6. Enter `node status.js` or `node .`
# Config
- token `String`: Enter your secret discord token **NEVER SHARE THIS WITH ANYONE** - [How to get your token](#how-to-get-your-token)
- handleRatelimit `Boolean`: Set to `true` to handle Discord ratelimits, the script will wait until the ratelimit expires instead of the `timeout` value (**This is untested, so it might not work**)
- animation `Array`:
- text `String`: Text to display as custom status
- banner `String|null`: banner url you want to display or `null` for nothing
- timeout `Number`: Amount in **milliseconds** how long to wait before continuing to the next one (Note: Don't go below 10000ms)
# How to get your token
Go to Discord and open the developer console using `CTRL` + `SHIFT` + `I`, go to the console tab and enter this code
```JS
let myToken = webpackJsonp.push([[],{extra_id:(e,r,t)=>e.exports=t},[["extra_id"]]]);for(let e in myToken.c)if(myToken.c.hasOwnProperty(e)){let r=myToken.c[e].exports;if(r&&r.__esModule&&r.default)for(let e in r.default)"getToken"===e&&console.log(r.default.getToken())}
```
**NOTE: ANYONE WHO MAKES AN ISSUE CLAIMING THIS IS A TOKEN GRABBER IS AN IDIOT - IT IS SIMPLY A LINE OF CODE TO GET YOUR TOKEN FROM DISCORD TO DISPLAY TO ONLY YOU!**
It should now output your token which will look like random letters and numbers, etc. That is your token, put the **whole** thing as your token.