A website displaying a live scoreboard above a Stuyvesant Baseball Facebook livestream. The scoreboard, if copied, will work for any gamechanger game
Clone the project
git clone https://link-to-projectGo to the project directory
cd my-projectInstall dependencies
pip install -r requirements.txtStart the server
python3 app.pyThe scoreboard requires a private gamechanger API to recieve game data. This is obtained with selenium by running tester.getPushURL(game_url) in the python console
game_urlis the base url of the game on the gamechanger website. You can copy/paste this into the admin portal The Admin Portal is accessed byyour_domain/admin. Here, you paste in a facebook live embed code, and the URL obtained from selenium, as well as admin code as found inapp.py- This is a tedious process, but it works