Skip to content

andreaponti5/flaticon-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easily download icons from Flaticon

This repository contains a simple Python Dash web app to scrape the Flaticon website and easily download groups of images.

The app is deployed on vercel at the following link: Flaticon Scraper.

Flaticon Scraper

The web app allows you to search for a list of queries separated by ;. For each query a set of icons taken from Flaticon are proposed. You can select the icons to download by simply clicking on them. Finally you can download all the selected icons in a zip file. flaticon_scraper_demo

Deploy on a local enviroment

You can run the application in a local enviroment by installing all the required library:

pip install requirements.txt

And running:

python app/app.py

It is also possible to run the web app with docker:

docker compose up