https://github.com/zeroby0/lms-stalker
Make stalking great again!
https://github.com/zeroby0/lms-stalker
lms python python3 stalker
Last synced: 22 days ago
JSON representation
Make stalking great again!
- Host: GitHub
- URL: https://github.com/zeroby0/lms-stalker
- Owner: zeroby0
- License: mit
- Created: 2017-02-19T10:52:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T11:55:55.000Z (about 9 years ago)
- Last Synced: 2026-04-22T08:12:39.578Z (about 2 months ago)
- Topics: lms, python, python3, stalker
- Language: Python
- Homepage: stalk.aravindvoggu.in
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lms-stalker
Logs online users every 60 seconds and logs into a JSON file
Dependencies:
requests, BeautifulSoup
Usage:
If you'd like to run forever on a server, use `screen`
make a folder called public in the same dir as this script. this is where beautified json and archives are kept
To make the files publicly accessible, you can run a simple HTTP server in python, do that in `public` folder
Screen Cheatsheet (for me):
``` bash
screen -ls # show processes
screen -r ID
ctrl a + d # detach
```
sample output to json:
``` JSON
{
"imt201X5X3 Vinay Chandrasekhar K": {
"time_array": [
"31 02, 2025, 19 49 48",
"31 02, 2025, 19 50 51",
"31 02, 2025, 19 51 54",
"31 02, 2025, 19 52 56",
"31 02, 2025, 19 53 59",
]
},
}
```
License: MIT