An open API service indexing awesome lists of open source software.

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

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
}
```