dreamline2 / Crawler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crawler

This is a repository for crawlers.

news_crawler

Enter specific keywords to crawl google news

Getting started

from news_crawler import Crawler
c = Crawler()
c.crawl_news("華碩", pages=2,timeout=3, time_sleep=5 )
c.get_data()

foodpanda_crawler

options crawler

About


Languages

Language:Python 100.0%