Git Product home page Git Product logo

prospect-scraper-dt2021's Introduction

prospectScraper

This is a webscraper that uses ScrapySharp to obtain american football draft prospect information.

Output is stored as a CSV file, made with the help of LINQ and CSVHelper.

Some limited error checking is included to verify whether the school matches up to a pre-existing list of schools and the states they are found.

This program is written in .NET 5.

For the previous year, this project existed in two separate projects, one for the big board, and one for the mock draft. Part of these projects were made possible by the help of Hacktoberfest.

Open in Gitpod

Note- I assume that you are going to run this in GitPod (which runs Ubuntu 18.04), so it uses the linux-x64 by default. If you're in Windows, make sure to use the -r win-x64 parameter when building or running, since the .csproj file has a linux runtime set by default.

Running the application

  • Go to the prospect-scraper-dt2021/src/prospectScraper directory.
  • Type dotnet run and add one of three parameters:
    • bb runs the big board scraper
    • md runs the mock draft scraper
    • all runs both big board and mock draft scrapers
    • when in doubt, do dotnet run all

Running tests

There is rudimentary support for tests built in.

  • To run tests, go to the prospect-scraper-dt2021/test/prospectScraperTest directory
  • Type dotnet test and watch the test(s) run.
  • For more info, check out the docs.

prospect-scraper-dt2021's People

Contributors

zo0o0ot avatar jeromechrist avatar rollerss avatar christian-oleson avatar robsmithw avatar scottburfieldmills avatar

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.