Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tirkarthi/redbus-scraper
A simple redbus scraper to analyse ticket trends
https://github.com/tirkarthi/redbus-scraper
clojure data-analytics scraper
Last synced: 5 days ago
JSON representation
A simple redbus scraper to analyse ticket trends
- Host: GitHub
- URL: https://github.com/tirkarthi/redbus-scraper
- Owner: tirkarthi
- License: mit
- Created: 2017-03-26T07:23:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T17:54:36.000Z (about 7 years ago)
- Last Synced: 2024-12-04T15:29:14.954Z (about 1 month ago)
- Topics: clojure, data-analytics, scraper
- Language: Clojure
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# redbus-scraper
A simple redbus scraper that scraps the ticket data for the routes as per the given configuration
## Usage
$ git clone https://github.com/tirkarthi/redbus-scraper.git
$ cd redbus-scraper
$ lein uberjar
$ source setup.sh
$ java -jar target/redbus-scraper-0.1.0-standalone.jar## Description
This is a simple redbus scraper that scrapes the redbus ticket data as per the configuration and dumps the data to MongoDB
## License
The code is distributed under the MIT License