Get image URLs from websites.
- GNU/Linux
- Windows
- macOS
- Python3
- BeautifulSoup: Install using
pip install beautifulsoup4
- requests: Install using
pip install requests
1. Clone this repo:
git clone https://github.com/StellarSand/get-images.git
2. Move into the project directory:
cd get-images
3. Give executable permissions to the script (Not required for Windows):
chmod +x get-images
python3 get-images <URLs>
Examples:
python3 get-images https://google.com
python3 get-images https://google.com https://github.com
Pull requests can be submitted here. Any contribution to the project will be highly appreciated.
This project is licensed under the terms of GPLv3.0 license.