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

Developing an Up-to-date Julia Twitch API #6

Open
TheCedarPrince opened this issue Jun 25, 2020 · 7 comments
Open

Developing an Up-to-date Julia Twitch API #6

TheCedarPrince opened this issue Jun 25, 2020 · 7 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@TheCedarPrince
Copy link
Member

TheCedarPrince commented Jun 25, 2020

Background

Beginning with issue #2 , the question of how best to ping the Twitch API arose. As determined in issue #2, we decided the best way to do this would be to use the TwitchTools.jl packages created by @wookay (proposed solution 1).

Problem

However, on closer inspection by @Wikunia the API wrapper developed in TwitchTools.jl is an old out of date version. The current API version was determined to be v3. Though one can update to v5, this whole current framework for Twitch is being replaced by a bespoke "new" Twitch API framework (reference here].

Therefore, there is an emphatic need to build the next-generation Julia wrapper for the Twitch API!

Next steps

@Wikunia, could you describe what needs to be done with developing the next-gen Julia Twitch wrapper? Maybe as a break down into a to-do list so people can assist? @wookay, do you have any thoughts about what to do? Thanks everyone! 😃

@Wikunia
Copy link
Contributor

Wikunia commented Jun 25, 2020

A very easy way would be this:

This shows the current status of @TheCedarPrince on twitch. You can click on it to jump to his stream.

<- that one is mine (offline as of now 😄 )

The code:

[![](https://img.shields.io/twitch/status/thecedarprince?style=plastic)](https://www.twitch.tv/thecedarprince)

@TheCedarPrince TheCedarPrince added enhancement New feature or request help wanted Extra attention is needed labels Jun 25, 2020
@dact221
Copy link

dact221 commented Jun 25, 2020

Using Markdown:

![Twitch Status](https://img.shields.io/twitch/status/thecedarprince)

Result:

Twitch Status

@Wikunia
Copy link
Contributor

Wikunia commented Jun 25, 2020

That should be enough for the first version, right?

@TheCedarPrince
Copy link
Member Author

I think this would be absolutely perfect for a first version! Thank you so much for the find @dact221 , @Wikunia and the original discoverer @abelsiqueria! I will link this over to the project road map! 😃

@Wikunia
Copy link
Contributor

Wikunia commented Jun 25, 2020

You might like this one more @TheCedarPrince 😄

https://img.shields.io/twitch/status/thecedarprince?color=green

@Wikunia
Copy link
Contributor

Wikunia commented Jun 25, 2020

Documentation: https://shields.io/category/activity There click on Twitch (bottom of the main list)
Screen Capture_select-area_20200625161501

Possible setting:
Screen Capture_select-area_20200625161746

@dact221
Copy link

dact221 commented Jun 25, 2020

https://img.shields.io/twitch/status/thecedarprince?color=green&label=Custom&logo=twitch&logoColor=blue

Result:

Twitch Status

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants