https://github.com/stellarsand/get-images
Get image URLs from websites.
https://github.com/stellarsand/get-images
icons linux mac-os macos python python-script python3 scripts terminal url website windows
Last synced: 3 months ago
JSON representation
Get image URLs from websites.
- Host: GitHub
- URL: https://github.com/stellarsand/get-images
- Owner: StellarSand
- License: gpl-3.0
- Created: 2023-04-26T19:02:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T15:30:30.000Z (almost 3 years ago)
- Last Synced: 2024-12-30T17:46:29.560Z (over 1 year ago)
- Topics: icons, linux, mac-os, macos, python, python-script, python3, scripts, terminal, url, website, windows
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# get-images
Get image URLs from websites.
## Contents
- [Supported OS](#supported-os)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## Supported OS
- GNU/Linux
- Windows
- macOS
## Prerequisites
- [Python3](https://www.python.org/downloads/)
- [BeautifulSoup](https://pypi.org/project/beautifulsoup4/): Install using `pip install beautifulsoup4`
- [requests](https://github.com/psf/requests): Install using `pip install requests`
## Installation
**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
```
## Usage
```
python3 get-images
```
**Examples:**
```
python3 get-images https://google.com
```
```
python3 get-images https://google.com https://github.com
```
## Contributing
Pull requests can be submitted [here](https://github.com/StellarSand/get-images/pulls). Any contribution to the project will be highly appreciated.
## License
This project is licensed under the terms of [GPLv3.0 license](https://github.com/StellarSand/get-images/blob/main/LICENSE).