I would like to be able to construct a command to send requests to my ask.the.dj page, without having to visit the page in a browser.
Posté Fri 17 Mar 23 @ 3:03 pm
Sorry I misseed the question component...is this doable currently? If so could I have guidance as to how to go about doing it?
This is part of an attempt to make an easier request system from streaming platform commands
This is part of an attempt to make an easier request system from streaming platform commands
Posté Fri 17 Mar 23 @ 6:14 pm
You could use curl to send a request to the website directly. You can look at the website source to see which fields are needed.
Posté Fri 17 Mar 23 @ 6:52 pm
Adion wrote :
You could use curl to send a request to the website directly. You can look at the website source to see which fields are needed.
This is what I needed and got it working...thanks very much
Posté Sat 18 Mar 23 @ 12:25 am
https://www.youtube.com/watch?v=1-1CasMj0NE <-- this is what I did years ago. I've developed things a little further since I made this video. back in 2016...whoa. haha
Posté Wed 29 Mar 23 @ 1:57 am
sirwesley wrote :
https://www.youtube.com/watch?v=1-1CasMj0NE <-- this is what I did years ago. I've developed things a little further since I made this video. back in 2016...whoa. haha
Thank you for providing this. My use case is a little different...I needed this information for a chatbot command to send song information to my ask.the.dj site. I'm basically using the Social Streams extension with a custom javascript file (enabled with an extra parameter) to scrape the infromation and do a POST to ask.the.dj.
Posté Thu 30 Mar 23 @ 2:15 am