Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miohtama/scrapekit
https://github.com/miohtama/scrapekit
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/miohtama/scrapekit
- Owner: miohtama
- Created: 2013-03-31T10:40:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-03T08:38:50.000Z (almost 12 years ago)
- Last Synced: 2024-11-11T12:45:35.109Z (3 months ago)
- Language: Python
- Size: 98.6 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
We use `GSpread `_ library to write results
directly to Google Docs spreadsheet in real-time.Installation
--------------curl -L -o virtualenv.py https://raw.github.com/pypa/virtualenv/master/virtualenv.py
python virtualenv.py venv
. venv/bin/activate
pip install selenium gspread ipdbRunning
-----------------. venv/bin/activate
GOOGLE_EMAIL="xxx" GOOGLE_PASSWORD="yyyy" GOOGLE_SPREADSHEET="zzz" python modelmayhem.pyAlternative solutions
------------------------* http://nrabinowitz.github.com/pjscrape/
* `Selenium WebDriver API `_
* `Selenium WebElement API `_