Skip to content

A simple Python script to use Selenium to screen scrape the live user count from a Rumble live stream, and put it in a text file for OBS to read.

License

Notifications You must be signed in to change notification settings

SolidSnke/rumble-live-user-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

A simple project that uses Selenium and Python to screen scrape a rumble live stream to get the live user count and post it to a text file for OBS to read.

I run this on a windows machine using Task Scheduler and in a batch file. I have found the script runs in just under 10secs in CMD and PowerShell. I run the script every minute to update the text file.

INSTALLATION; just need to install Python - https://www.python.org/ - which in windows is just running the executable from pythons website, and install Selenium - https://www.selenium.dev/ which I walk you through below.

  • you want the web driver, there docs are here; https://www.selenium.dev/documentation/webdriver/ the easiest thing to do here, is just install the latest version of the web browser chrome.
  • basically from PowerShell in windows i type; pip install selenium
  • after that you should be good to go on running the script, where ever you run the script is where the text file is created.

If you find this useful, please feel to buy me a beer @GoChadTV (Venmo) - $GoChadTV (CashApp) - https://ko-fi.com/gochadtv

To see a working example of this, goto; https://rumble.com/CountryMusicRdo/live

About

A simple Python script to use Selenium to screen scrape the live user count from a Rumble live stream, and put it in a text file for OBS to read.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages