Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 990 Bytes

File metadata and controls

28 lines (20 loc) · 990 Bytes

Discord-name-avatar-changer-and-scraper

i do know that the code looks like shit atm lol idc tho

Change the names and avatars of ur accounts, using tokens.txt for ur tokens. Also scrapes the avatars and names from a server chosen by you.

Setup:

  1. Put tokens in data/tokens.txt, any supported format but must include password.
  2. Proxies in data/proxies.txt
  3. Put token to use for scraping in config.json.
  4. Run these cmds in terminal.
python -m pip install --user --upgrade git+https://github.com/Merubokkusu/Discord-S.C.U.M.git#egg=discum
^ install git > https://git-scm.com/downloads
python -m pip install httpx
python -m pip install more-itertools

For suggestions please open an issue, will release next update at 25 stars, lmk what update u want

Common errors with fixes:

Discum errors = python -m pip install --user --upgrade git+https://github.com/Merubokkusu/Discord-S.C.U.M.git#egg=discum
git errors = ^ install git > https://git-scm.com/downloads