Skip to content

nathtest/Web-scraper-crawler-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Web-scraper-crawler-python

A python web crawler for automatic download of font file

A crawler for the website https://fontlibrary.org which download all fonts (currently ~1100 fonts) available using BeautifulSoup and urllib.

It can be easily modified to crawl another website.

Steps :

  • Iterate over catalogue page to get all font links
  • Iterate over font links list to get download link
  • Iterate over download link list with wget command to download to directory

About

A python web crawler for automatic download of font file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages