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

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.

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).