Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

API written in python to capture data from Meanscout for Rapid React. 2023 season will be written in rust

Notifications You must be signed in to change notification settings

4198-Programmers/meanscout-api-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meanscout Api (python)

Please note that this version is deprecated and will not be worked on in favour of the rust edition


Pre-Requisites

Before running, you need to have python3 installed and install the following packages using the following command.

pip3 install uvicorn fastapi pydantic

Running the program

To run the program, it's as simple as just running python3 main.py

How to change config

On line 94, there is code for the config settings of the app.

# Line 94
if __name__ == '__main__':
    uvicorn.run("main:app",
            host="0.0.0.0",
            port=8000,
            reload=True,
    )

To change the host, port, or whether to reload the app if the connection fails, change the variable accordingly in the code.

About

API written in python to capture data from Meanscout for Rapid React. 2023 season will be written in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages