GithubHelp home page GithubHelp logo

billboard2017's Introduction

Billboard2017

Project Goals

The aim of this project is to create a way to easily pull down a single Billboard chart for a given week so that data can be analyzed. Specifically, I want to be able to knew what position a song or album is on a chart for a specific date. The intent is to create a graph displaying all of the songs that hit number one throughout the year 2017 and what other weeks they were on the chart and at what positions.

Plan

Billboard does not have an active API as far as I can tell. The best bet seems to be to parse the HTML on the Hot 100 page to get information about each song. To do this, I will use the Requests Python library to download the HTML for a given week by visiting the url https://www.billboard.com/charts/hot-100/YYYY-MM-DD where YYYY-MM-DD is the date of the week for that chart. Then, I will parse the HTML for <Article> tags with class=chart-row-X where X is a row number representing the song's location in the chart. From this tag, I will be able to parse out information about the song and store it in a data structure.

Dependencies

billboard2017's People

Contributors

smlevorse avatar

Stargazers

 avatar

Watchers

 avatar  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.