Make a browser extension to warn my followers that I'm live

Hello to all

I need your help because I don’t know how to make my extension to warn my followers that I’m live, I know that I need the API (but I’ll need a lot of help to get the API) and the languages I need to use to program.

I would like to specify that I have already programmed the "manifest.json but it’s when I got to the API party that I’m blocked because the API has changed a lot and I can’t do it.

I can’t do it because I also have very little knowledge in programming.

I really hope you will help me, I am desperate!

I would really like someone to detail the program for me one by one, I would be very grateful! (if you want to detail it to me on discord, I will gladly give it to you)

Thank you in advance

That’ll be HTML and javascript

You’ll need to (likely) implement implicit auth

In order to get an Access Token to call the API with. Example

https://barrycarlyon.github.io/twitch_misc/authentication/implicit_auth/
or
https://barrycarlyon.github.io/twitch_misc/examples/browse_following/

Alternatively your browser extension would phone your server for stream status instead, then you don’t have to prompt the browser extension users to login to Twitch

1 Like

Hello

first of all thank you for your answer

You gave me the “keys” to succeed but then what do I do? I don’t know anything about JavaScript and HTML and everything you just told me, I don’t know how to put them in my program.

Then you need to learn HTML/JavaScript before you can continue!

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.