Giter Site home page Giter Site logo

match-ticker's Introduction

Match Ticker

My inspiration for this project comes from the gosugamer match ticker that is shown here: http://www.gosugamers.net/dota2/gosubet which is also used on the Dota 2 subreddit sidebar.

My goals for the project were to make a decent looking website that would display all of the live games that were going on in leagues that were amateur or above. I wanted this to be fully automated.

After working on this project for a while, I realized a few things:

  • There is (was) no real way to automate the process, since players and teams were very random. Sometimes a player would just be kicked from a team completely arbitarily. Other times, they would just change their in game name to something arbitary. Since I last worked on this, Valve has added further capability to find the "real" professional names of players to their API, which would make getting that information automatically a lot simpler.
  • The GosuGamers match ticker uses some database where they input information manually. There is no other way to accurately get what country a team is from using the Dota 2 API provided by Valve.
  • I started disliking Python for what I was using it for. If I started this project again, I would probably use Javascript (node.js/io.js), since there really is a bigger ecosystem for this type of thing.
  • My web design just wasn't great, and I had no real desire to redesign a website, so while all of the backend scripts did work, and still will, I didn't really have it in me to redesign the website using the tools that I started the project with (Python). It would have been much easier had I used Javascript from the start.

##As it is right now... The project can get teams, store them in a json file, along with team pictures, and tell you what the live games are. It also creates a pretty terrible looking website, but that's not too interesting.

##Setup If you want to use this script, you need to change the API key in the interface.py file. After that, the way I used it at least, was by setting up a cron job that runs the control file periodically to update everything using the 'A' launch option.

##License Do whatever you want with this. Really. If you want to mention that I wrote some of the source, that's cool too. But I don't really care too much about that. Whatever you do, PLEASE change how the website is generated. That's all I ask of you. Oh, and if you actually do make something cool, tell me about it. I'd like to see it/help you out with it.

match-ticker's People

Contributors

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