Hi,
Is it possible to create a command after calling (only for logged in) any API query is done or something like that?
Hi,
Is it possible to create a command after calling (only for logged in) any API query is done or something like that?
Errr
Not really sure what you are trying to do with what where or how.
So, no idea.
Can you rephrase your question?
Sure., for e.g.
We have command !on stream
, after enter this command external URL https://example.com/activity/on-stream/<twitch_user_id>
is called. Ofc twitch_user_id
is ID on currently logged user
Sure thats possible, you can get the UserID of the person running the command from Chat IRC Tags
How you then make that into a bot command depends on what language you are building the bot in, so it’s just a matter of being able to add a command trigger to your bot and make a HTTP call
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.