Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

A replit.com scraper, designed to grab discord tokens. Made in Rust.

Notifications You must be signed in to change notification settings

OmegaDevStudio/Repl-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraper

Archived Project. Moved to this project. Project is now deprecated, this will no longer be supported.

A discord token scraper, designed to scrape forks from replit.com. This script uses the Graphql api on replit to essentially pull forks.

Setup

Please add an empty folder named data to the project directory.

If you want to, you may add your desired webhook url to config.json.

Requires Rust installed with Cargo. You can follow this guide here. Then please set rust to the nightly branch using rustup default nightly. After that you may run cargo run --release and should start running.

Once your script is running, you paste the repl in which you want to scrape the forks of. For example /@templates/Discord-Bot-Starter. Hit enter, and it will begin. This will also check the tokens for you and place them in valid.txt.

You may need to increase your File Descriptor limit for your PC if you are doing more heavy duty scraping ~ 1500+. If not you may run into errors when attempting to extract.

Disclaimer: This tool generally requires a decent internet connection.