Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamig7 authored Mar 4, 2022
1 parent 50d263e commit cc588ad
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# imgdownload
# imgdownload
A really bad script to download all images from a website. I was bored.

## Why you should use it (what works)
- You shoudln't
- Downloads NFTs
- Bypasses Cloudflare bot detection using [Anorov's cloudflare-scrape](https://github.com/Anorov/cloudflare-scrape "Anorov/cloudflare-scrape")

## Why you shouldn't use it
- Some websites don't work
- It sucks

## Dependencies
```python
pip install cfscrape
pip install bs4
```

## Usage
```python
python3 imgdownload.py [url] [path]
```

0 comments on commit cc588ad

Please sign in to comment.