Simple Live Data Collection.
How it works?
- Build server
- Connect with admin and client to server
- To collect information, send the request to the server through the admin, and then to the client
Installation
git clone https://github.com/LetsDefend/Simple-Live-Data-Collection
Server
cd server
python main.py
Admin
cd admin
python main.py
Client
cd client
python main.py
Change the “HOST” variable in main.py file
Screenshots