Python Forum
pull streams from Twitch with a keyword in title
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pull streams from Twitch with a keyword in title
#1
I am trying to figure out how to use python to do the following

Pull stream data from Twitch URLS (like 30 streamers)
Check if live
check if title = keyword

if title equals keyword play in VLC

if VLC plays stream with keyword

start OBS AND STREAM

that is my goal

but if I can only get the Twitch data to pull then play. I can figured the other thing out also

Any help is appreciated.
Reply
#2
Ok, this would take a lot of programming and researching. You would need lots of imports such as 'os', python already has that, to launch computer apps, 'selenium' to interact with the web and apps. Once you manage to get those you would have to research all the commands and modules for selenium, webdriver(inside selenium), and os. Oh one more thing you might need is subprocessing, but I think python already has that. So... a lot of work. If you decide to do it, goodluck
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  What is the error of not being able to pull data in this code? i didn't see an error? TestPerson 2 1,183 Sep-30-2022, 02:36 PM
Last Post: DeaD_EyE
  <title> django page title dynamic and other field (not working) lemonred 1 2,073 Nov-04-2021, 08:50 PM
Last Post: lemonred
  pull data from python web yunussyes 2 6,588 Mar-22-2020, 06:35 AM
Last Post: yunussyes
  Pull Down Menu Problem using Selenium ber 1 2,436 Nov-15-2018, 01:22 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020