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 hitbox.tv integration #23

Open
Andygmb opened this issue Jul 14, 2015 · 1 comment
Open

Add hitbox.tv integration #23

Andygmb opened this issue Jul 14, 2015 · 1 comment
Assignees

Comments

@Andygmb
Copy link
Owner

Andygmb commented Jul 14, 2015

Not sure how it would work with an existing subreddit - perhaps a new setup.py should be run to make all the existing streams marked as twitch then any future ones will be marked as hitbox? So changing /streams/ from

name1,
name2,
name3,

to

http://twitch.tv/name1
http://twitch.tv/name2
http://twitch.tv/name3

then any future streams will be added with the link included.

Or, maybe make /streams/ into json like /twitchbot_config/ is.

@Andygmb Andygmb self-assigned this Jul 14, 2015
@Andygmb
Copy link
Owner Author

Andygmb commented Jul 26, 2015

Actually I think changing /streams/ to be json like:

{"hitbox":[stream1, stream2, stream3],"twitch":[stream1, stream2, stream3], etc...}

would be the best way to go about it.

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

No branches or pull requests

1 participant