Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some kind of script to automate following everyone #62

Open
TylerLeonhardt opened this issue Mar 9, 2018 · 12 comments
Open

Add some kind of script to automate following everyone #62

TylerLeonhardt opened this issue Mar 9, 2018 · 12 comments

Comments

@TylerLeonhardt
Copy link
Contributor

Lots of great streamers! It'd be cool if there was a script to follow all of them at once :)

@bnb
Copy link
Owner

bnb commented Mar 10, 2018

I'd not exactly be sure how to do this, especially since multiple devs stream on multiple platforms 😄

That said, if someone wanted to PR something I'd be TOTALLY cool with that 👍

@SCdF
Copy link

SCdF commented Mar 15, 2018

I was considering something like this, but I also use Twitch for other things and so it would be very noisy (ie I want to check these people out, but then it's hard to keep track of which ones I've seen and want to keep following, or aren't interested in and want to drop).

I think https://devstream.tv/directory is a pretty good initiative toward this kind of thing: one page where you can see everyone (on twitch at least) streaming.

I looked into Twitch communities to see if it was some kind of multi-reddit style thing where we could create a curated community which would give you one URL to check out, but it turns out that's not really what communities are, so never mind.

@grimmy
Copy link
Contributor

grimmy commented Mar 16, 2018

Personally I think adding the data in a machine readable format that can be used to generate the README.md and then used for these other tools would be a good way to go.

@TylerLeonhardt
Copy link
Contributor Author

Expanding on the issue... The script could accept a tags parameter where you could specify "JavaScript" or "game dev" or whatever and it would filter this repo to just those folks and follow those.

I don't really use Twitch for anything else besides following developers so this sort of script was kinda what I was looking for :)

Totally agree on the machine readable approach generating human readable content. Allows for interesting scenarios that both machines and humans can consume :)

@bnb
Copy link
Owner

bnb commented Apr 1, 2018

I'd be totally open to PRs that add something like this in - would be especially awesome if there was some kind of CLI tool that existed to enter name/links/etc and it'd spit out the markdown and create the JSON.

That said, I don't (currently) have the time to build something like this myself 😞

@Tiim
Copy link
Contributor

Tiim commented Apr 13, 2018

@bnb I started writing such a cli with node.js if you want to check it out on my fork in the cli branch 😄

I didn't write any documentation yet, but it supports adding streamers to a json file, generating the markdown README.md file from the json file and checking the json file schema for ci.

It's not yet ready for "production" but i would love to hear from you before I invest more time in this.

@TylerLeonhardt
Copy link
Contributor Author

Oh nice! So this looks like it's mainly for maintaining this repo, is that right? You'd run the cli to add a new streamer and then regenerate the markdown?

@Tiim
Copy link
Contributor

Tiim commented Apr 19, 2018

Yeah exactly. You would add a streamer with the add command (not really user friendly but better for scripts and probably not even needed) or the interactive mode and then turn it to markdown with the render command.

If people want to use the data they can just download the data.json file from master and do whatever they want with it.

@TylerLeonhardt
Copy link
Contributor Author

That's sweet! Using json in code is so much better than parsing Markdown 😉

@RinaFave01
Copy link

I’m lost

@RinaFave01
Copy link

Ok I think I'm caught up...
🤦‍♀️

@outfrost
Copy link
Contributor

outfrost commented Jan 30, 2019

Now that people are using tags, you can bookmark a tag by bookmarking a link like this one:
https://www.twitch.tv/directory/all/tags/a59f1e4e-257b-4bd0-90c7-189c3efbf917
This one's for the Programming tag. You can't follow tags unfortunately, and to get these links you have to first go to a channel that's broadcasting with it and then click on that tag, but once you do it you have a bookmark that can take you there with one click. I imagine maybe this repo or a related site could have buttons to jump straight to browsing by this and related tags on Twitch, such as Game Development, Web Development, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants