bnb / awesome-developer-streams

👩🏿‍💻👨🏾‍💻👩🏼‍💻👨🏽‍💻👩🏻‍💻 Awesome Developers, Streaming
Creative Commons Zero v1.0 Universal
7.71k stars 526 forks source link

Who's streaming right now? #120

Open MojoJojo86 opened 5 years ago

MojoJojo86 commented 5 years ago

I imagine the majority of code streams do so on twitch/youtube.

What do people think about taking this awesome repo even further and having a little page that realtime displays which streamers are currently streaming right now. Could categorise based on stream title if language included?

jasonwilliams commented 5 years ago

Sounds like a good idea to me, should be easy to get that data too

MojoJojo86 commented 5 years ago

Yeah exactly, seems like it would be a good way to not only get to see more streams but increase viewer count on those dedicated to streaming

lannonbr commented 5 years ago

@MojoJojo86 I am going to start building a project for this: https://github.com/lannonbr/TwitchDevStreamExplorer

grimmy commented 5 years ago

It's worth noting that there's a couple of these already.. For example https://belly.io/programming and few more that escape me right now. Also some people will post to https://www.reddit.com/r/watchpeoplecode.

itsdamslife commented 5 years ago

You should add Chris Griffing https://www.twitch.tv/cmgriffing

surlydev commented 5 years ago

CodebaseAlpha is working on a bot so you can find the schedule of streamers. There should be some collaboration with him

surlydev commented 5 years ago

I added some Twitch categories to the end of the listing, to show who is streaming in Programming, Game, Mobile, Software and Web Development categories. There is also a link to the Science and Technology category.

surlydev commented 5 years ago

I've submitted a ticket to Twitch to ask them whether this information would be available via an API.

andyli commented 5 years ago

193 adds Twitch streaming status badges.

If you're interested in how to access the info from Twitch API, see https://github.com/badges/shields/pull/3683.

jasonwilliams commented 5 years ago

@surlydev is there a link to this ticket?

MarkoShiva commented 4 years ago

The main problem of having that inside of the repo is that you can't use jekyll for that as its static pages. So there there should be a website hosted on github like a pages that would be built in python with js for live updating of the streams so we dont need to refresh all the time to see who is online.