Borgli / Ohminator

Repository for the Discord bot Ohminator
http://www.ohminator.com
Apache License 2.0
4 stars 0 forks source link

Create e-sports functionality. #19

Open Kimuuulf opened 7 years ago

Kimuuulf commented 7 years ago

For CS we can use the HLTV scorebot/HLTV stats. https://www.npmjs.com/package/hltv-scorebot - And - https://github.com/andrewda/hltv-live-games

Borgli commented 7 years ago

Those are nodejs libraries. How can you integrate them with python?

Kimuuulf commented 7 years ago

I am not quite sure get. I did see this on the npmjs site: https://www.npmjs.com/package/python Not sure if it is relevant, but I will look more in to this when i get home form work today, or look for a python library instead if this exist,

Borgli commented 7 years ago

Using a python library would be better. I found this library. There's another one, but it's poorly documented.

Kimuuulf commented 7 years ago

Yeah I looked at them, but it looks like they are only for getting stats form the page, and can not communicate with the HLTV live scorebot, it kind of look like there is no implantation for this service in python yet.

But anyway just for the practice of it, I will try to implement the "HLTV-Scraper" for getting stats.