You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/maddevsio/openfreecab-crawler

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/maddevsio/openfreecab-crawler

v0.0.0-20170222150107-ae0f7e946515
Source
Go
Version published
Created
Source

Openfreecabs.org crawler

Crawl data from multiple sources for openfreecabs.org

Currently we crawl data from:

  • Namba Taxi
  • Sms Taxi
  • Smart Taxi
  • EST
  • Pelican
  • Jorgo Taxi

Prerequisites

Installation

mkdir -p $GOPATH/src/github.com/maddevsio/
cd $GOPATH/src/github.com/maddevsio
git clone https://github.com/maddevsio/openfreecab-crawler
cd openfreecab-crawler
make depends
make

Or Go way

mkdir -p $GOPATH/src/github.com/maddevsio/
cd $GOPATH/src/github.com/maddevsio
git clone https://github.com/maddevsio/openfreecab-crawler
cd openfreecab-crawler
go get -v
go build -v
go install

Configure

GLOBAL OPTIONS:
   --storage_root_url value  OpenfreeCabStorage root url (default: "http://localhost:8090") [$OPEN_FREE_CAB_STORAGE_URL]
   --loglevel value          set log level (default: "debug") [$LOG_LEVEL]
   --test_mode               set test mode [$TEST_MODE]
   --update_interval value   Set update interval (default: 15) [$UPDATE_INTERVAL]
   --help, -h                show help
   --version, -v             print the version

Run

./openfreecab-crawler

Contributing

Feel free to create issues, sending pull requests.

  • Fork repo
  • Make a changes
  • Commit
  • Create pull request

FAQs

Package last updated on 22 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts