-
Notifications
You must be signed in to change notification settings - Fork 522
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
Comments
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 👍 |
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. |
Personally I think adding the data in a machine readable format that can be used to generate the |
Expanding on the issue... The script could accept a 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 :) |
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 😞 |
@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. |
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? |
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 |
That's sweet! Using json in code is so much better than parsing Markdown 😉 |
I’m lost |
Ok I think I'm caught up... |
Now that people are using tags, you can bookmark a tag by bookmarking a link like this one: |
Lots of great streamers! It'd be cool if there was a script to follow all of them at once :)
The text was updated successfully, but these errors were encountered: