OmegaDevStudio / Repl-Scraper

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Rust 100.0%