Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 243 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 243 Bytes

Projects

Ads.txt Crawler

  • Crawling of Ads.txt URL using requests module (in Python).
  • Storing parsed lines in a csv.
  • Storing parsed lines in sql db (sqlite3).
  • Required error handling and also storing error logs (sqlite3).