Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rorybyrne/rsm
A tool for measuring remote web pages, with the name reversed for pseudo-anonymity
https://github.com/rorybyrne/rsm
Last synced: 4 days ago
JSON representation
A tool for measuring remote web pages, with the name reversed for pseudo-anonymity
- Host: GitHub
- URL: https://github.com/rorybyrne/rsm
- Owner: rorybyrne
- Created: 2021-01-09T10:51:03.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T16:24:11.000Z (almost 4 years ago)
- Last Synced: 2025-01-02T16:56:52.008Z (5 days ago)
- Language: Python
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rsm
A tool for measuring remote web pages, with the name reversed for pseudo-anonymity## Install
`python -m venv venv && source venv/bin/activate && ./test.sh`
## Future Work
- Add better XDG support (e.g. for the aggregation data files)
- Refactor `measurement_service.py` and maybe split it up
- Make the data model more generic, so that it can handle non-float data
- Implement a lower-level networking service to avoid HTTP overhead
- Add proper dependency injection