Images Scrapper JS

Stars Forks License
Maintained Written In

--- A simple web application to search, preview, and download images from multiple providers (currently only supports Bing). ## Features - Search images using a query - Animated background canvas - Express API backend - Configurable settings (provider, offset, max images) - Rate limiting for public hosting ## Usage #### Public instance Go to **https://scrapper.gabizar.top** and enjoy. (Rate limiting is enabled on the public instance.) #### Deploy your own instance 1. Install [Git](https://git-scm.com/) and [Node.js](https://nodejs.org) 2. Clone the repository `git clone https://github.com/Gabi-Zar/Images-Scrapper-JS` 3. Enter the project directory `cd Images-Scrapper-JS` 4. Install dependencies `npm install` 5. Optional: edit the `.env` file: - `USE_RATE_LIMIT=Boolean` 6. Start the application `node main.js` 7. Open your browser and go to http://localhost:3000 ## Contributing I love every feedback. Just open an issue or make a pull request. ## License and credit This project is licensed under the [GPL-3.0 license](LICENSE). > [!CAUTION] > Use this project responsibly. > Please respect copyright and usage rights when downloading images. ---

If you like this project, consider giving it a star on GitHub!