Skip to content

nslyubaykin/logos_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Parser for Logos from www.brandsoftheworld.com

This repository contains parser that downloads logos from www.brandsoftheworld.com and puts them into a directory, where each subfolder represents different category. Full download will take several hours and provide you with around 180k logos.

Minimal Examples:

Download all available logos (180k) in all available categories. Required argument: target directory.

python logo_parse.py /home/yourpcname/Desktop/logo_parser/logo_data

Download n first pages of all categories. Optional argument --max_pages: number of pages to download in each category (32 logos on one page). Default - 1000.

python logo_parse.py /home/yourpcname/Desktop/logo_parser/logo_data --max_pages 1

Download logos for the categories of interest. Optional argument --categories: categories of interest, by default downloads from all categories. Use --help to see availble categories.

python logo_parse.py /home/yourpcname/Desktop/logo_parser/logo_data --max_pages 1 --categories Government Heraldry Military

Run --help

python logo_parse.py /home/yourpcname/Desktop/logo_parser/logo_data --help

Sample Logos:

Sample Logos

Releases

No releases published

Packages

No packages published

Languages