https://github.com/unconfiguring/scrape
scrapes random discord users avatar
https://github.com/unconfiguring/scrape
botting discord python scraper
Last synced: 7 months ago
JSON representation
scrapes random discord users avatar
- Host: GitHub
- URL: https://github.com/unconfiguring/scrape
- Owner: unconfiguring
- Created: 2024-10-17T03:01:43.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T03:30:22.000Z (12 months ago)
- Last Synced: 2025-01-15T04:24:32.383Z (9 months ago)
- Topics: botting, discord, python, scraper
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scrape
scrapes & saves random discord users avatars# features
- scrapes random discord users avatars & saves them
- useful for realistic token botting
- configurable settings
- filename generation
- open source# requiremnts
- python 3.x# usage
- git clone crime > **git clone https://github.com/unconfiguring/scrape**
- install requirements in command prompt > **pip install -r requirements.txt** in the directory you installed **scrape** in
- configure config.json **example below this**
- scrape.py# example of config.json
```js
{
"delay": 2, // scraping delay time
"format": "jpg" // format you want it to save the avatars in
}
```