Coder Social home page Coder Social logo

bugzex / marinetraffic-parser Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 386 KB

Marine traffic data-crawler from marinetraffic.com website.

License: MIT License

PHP 99.89% CSS 0.08% Batchfile 0.03%
data-crawler hacktoberfest marine-traffic php yii2

marinetraffic-parser's Introduction

MarineTrafficParser

The data-crawler for collecting data of ships movements from marinetraffic.com website.

Installation

Copy the project files and install the dependencies.

Run commands from your terminal (console):

git clone https://github.com/bugzex/marinetraffic-parser.git
cd marinetraffic-parser
composer install

Import the example database and configure the connection to it.

  • Create marines database in your MySQL 5 server.
  • Execute db.sql SQL-file from the root directory of this project.
  • Default connection settings for this application are: user - root, password - empty, host - localhost.
  • If you need change any database connection settings, then see the configuration file: /config/db.php.

How to run the crawler

Run the command from your terminal (console): yii download.

marinetraffic-parser's People

Contributors

bugzex avatar maksim-trofimov avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

thecanb

marinetraffic-parser's Issues

Remove the dependency HTTP_Request (PEAR)

The dependent library HTTP_Request (PEAR) is very old and not maintained anymore from 2008.
It is not hard replace this library by any another. A very good alternative library is CURL helper: it is the full documented (for now in Russian) and it is simple for using and for adding to the project via Composer.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.