Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sapuri/omiai-crawler

A web crawler for Omiai with ChromeDriver
https://github.com/sapuri/omiai-crawler

chromedriver omiai python selenium

Last synced: 8 days ago
JSON representation

A web crawler for Omiai with ChromeDriver

Awesome Lists containing this project

README

        

# Omiai Crawler
A web crawler for Omiai with ChromeDriver

```
$ python crawler.py -h 14:27:30 ☁ master ☂ ⚡
usage: crawler.py [-h] [-w WIDTH] [-ht HEIGHT] [-t TYPE] [-n PAGE_NUM] [-tmo TIMEOUT] [-hl]

Omiai Crawler: A web crawler for Omiai with ChromeDriver

optional arguments:
-h, --help show this help message and exit
-w WIDTH, --width WIDTH
width of the Chrome window
-ht HEIGHT, --height HEIGHT
height of the Chrome window
-t TYPE, --type TYPE
-n PAGE_NUM, --page_num PAGE_NUM
number of loading pages
-tmo TIMEOUT, --timeout TIMEOUT
timeout time for waiting for login (sec)
-hl, --headless runs Chrome in headless mode
```