rikai / Showbot

🤖 An omnipresent multi-platform bot who's goal in life is become Skynet 🤖
MIT License
40 stars 18 forks source link

Implemented !linuxgames + !lg command #15

Closed LeonB closed 9 years ago

LeonB commented 9 years ago

cache_time and linuxgames_json_uri are configurable through cinchize.yml. The defaults are 60 (seconds) and https://raw.githubusercontent.com/SteamDatabase/SteamLinux/master/GAMES.json

LeonB commented 9 years ago

I have (currently) a test running on #jbbot-test-lbo on the geekshed servers.

rikai commented 9 years ago

Nice! Although the test bot doesn't seem to work, so that leaves me wondering... :P

LeonB commented 9 years ago

I'm at work now so it's off. I'll spin it back up for the evening in an hour or so.

On Monday, January 5, 2015, rikai notifications@github.com wrote:

Nice! Although the test bot doesn't seem to work, so that leaves me wondering... :P

— Reply to this email directly or view it on GitHub https://github.com/rikai/Showbot/pull/15#issuecomment-68748534.

LeonB commented 9 years ago

Is live again!

On Mon, Jan 5, 2015 at 7:11 PM, Leon Bogaert leonbogaert@gmail.com wrote:

I'm at work now so it's off. I'll spin it back up for the evening in an hour or so.

On Monday, January 5, 2015, rikai notifications@github.com wrote:

Nice! Although the test bot doesn't seem to work, so that leaves me wondering... :P

— Reply to this email directly or view it on GitHub https://github.com/rikai/Showbot/pull/15#issuecomment-68748534.

cbojar commented 9 years ago

Also, it would really be great if you could rebase your changes onto devel head.

rikai commented 9 years ago

I was actually thinking it might be better to rebase this on the Steam APIs instead to better reflect upstream in a timely manner instead of relying on a middleman like SteamDB.

The way SteamDB themselves do it is to parse the platform key of the storefront from the storefront API which is roughly documented here.

cbojar commented 9 years ago

Direct from the source is probably better. Any worries on flakiness if they change things since this doesn't really look like a sanctioned API?

rikai commented 9 years ago

It's not changed through several redesigns, so i don't expect it to change, really.

cbojar commented 9 years ago

No activity in over two weeks. Closing PR.