scrapes & saves random discord users avatars
- scrapes random discord users avatars & saves them
- useful for realistic token botting
- configurable settings
- filename generation
- open source
- python 3.x
- 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
{
"delay": 2, // scraping delay time
"format": "jpg" // format you want it to save the avatars in
}