harryduong99 / links-crawler

crawl urls of websites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command

go run main.go mongodb https://website.com

  • Supporting databases:
    • Mysql mysql
    • MongoDb mongodb
    • PostgresSQL postgres
    • Also support storing in xlsx (excel) file xlsx

Config

CHUNK_STORING_LINKS = 3

About

crawl urls of websites


Languages

Language:Go 99.3%Language:Shell 0.7%