Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lararosekelley/boston-startup-scraper
(DEPRECATED) Scrapes http://bostonstartupsguide.com/ for startup info
https://github.com/lararosekelley/boston-startup-scraper
Last synced: 30 days ago
JSON representation
(DEPRECATED) Scrapes http://bostonstartupsguide.com/ for startup info
- Host: GitHub
- URL: https://github.com/lararosekelley/boston-startup-scraper
- Owner: lararosekelley
- Created: 2015-02-11T22:42:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T19:08:08.000Z (about 2 years ago)
- Last Synced: 2024-06-19T03:26:27.980Z (5 months ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boston Startup Scraper
Ty-Lucas Kelley
---
Gets data from Boston Startups Guide and throws it in a CSV file.
Right now, it only grabs the name, web address, and industry of the company```
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ rm info.csv && touch info.csv
$ scrapy crawl scraper
```It'll get better when I have time to work on it more!