👀 See who's around with a simple Flask API
AnyoneHere gives you a snapshot of who's around.
You can also look at a punchcard-style view of historical data.
-
Clone repo and install dependencies
git clone https://github.com/bcongdon/AnyoneHere cd AnyoneHere pip install -r requirements.txt
-
Copy template configuration file.
cp config-template.json config.json
-
Edit
config.json
file to contain user names and MAC addresses. -
Build the front end.
npm install npm run build
-
Run AnyoneHere.
python run.py
-
Connect to AnyoneHere at
http://localhost:5000
.- You can access online user data programmatically by sending a
GET
request to/api/user
- You can access online user data programmatically by sending a