Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/almonk/elvo-resident-advisor-scrape
https://github.com/almonk/elvo-resident-advisor-scrape
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/almonk/elvo-resident-advisor-scrape
- Owner: almonk
- Created: 2019-06-16T20:16:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T01:17:09.000Z (over 2 years ago)
- Last Synced: 2024-11-08T02:05:31.583Z (2 months ago)
- Language: Ruby
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Resident Advisor historic event scraper
A simple ruby script to parse the Resident Advisor site into a CSV.### Usage
* `ruby elvo.rb {country} {city} {start-date} {end-date}`| Parameter | Example value |
|------------ |--------------- |
| country | uk |
| city | london |
| start-date | 2018-8-25 |
| end-date | 2018-9-25 |A file will be saved to `output/ra.csv`. If the command doesn't work, run `bundle install` and try again.