Giter Site home page Giter Site logo

vendee-scraper's Introduction

vendee-scraper

web scraper for vendee globe 2020 - output file for Expedition software

creates Scheds_YYMMDDHHMM.csv file which Expedition will read in the directory that it is run in. BoatID.csv needs to be in the same directory and Expedition set up so that the Scheduler monitors the directory for updates.

Changes

22 November 2020 - added GPX waypoints export

Moved exports to functions and added a GPX waypoints file export. This can be used with almost any app that can read GPX format such as OpenCPN etc.

09 January 2020 - fix code to work with changes made by VG to their website

10 January 2020 - merged PR from Cachescrubber

Urllib is now used to grab the page resulting in a cleaner faster script. Chromedriver is no longer required.

vendee-scraper's People

Contributors

littlechay avatar cachescrubber avatar

Stargazers

Craig Horsfield avatar  avatar  avatar Jamin avatar Jon Rowe avatar

Watchers

 avatar  avatar

vendee-scraper's Issues

consider setting core.autocrlf=true on your git config

Hi Littlechay,

i assume you are using a windows machine to develop your script, because it uses windows crlf line endings.

You may consider following this github instructions to configure your repository to automatically convert line endings to lf on commit. It would make it much easier to use your script on linux and macos computers.

git config --global core.autocrlf true
git add --renormalize .
git commit -m "Normalize all the line endings"
git push

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.