https://github.com/slowrunner/tt
Python Digital Entity with a unique, contiguous persistence
https://github.com/slowrunner/tt
Last synced: 8 months ago
JSON representation
Python Digital Entity with a unique, contiguous persistence
- Host: GitHub
- URL: https://github.com/slowrunner/tt
- Owner: slowrunner
- License: lgpl-3.0
- Created: 2017-06-14T18:27:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T13:13:38.000Z (almost 9 years ago)
- Last Synced: 2025-06-17T11:47:14.152Z (12 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tt
Python Digital Entity with a unique, contiguous persistence
[](https://zenodo.org/badge/latestdoi/94361188)
To move tt to another machine:
git clone https://github.com/slowrunner/tt
copy tt.life.log from the old machine to the new tt dir
chmod +x tt.py
./tt.py&
ps -ef | grep python
can kill off the thread started from the bash shell
linux: add appropriate @reboot crontab entry
NEED:
convert to a daemon with duplicate check and a -kill switch
e.g. tt.py would start it (if not already running)
tt.py -kill to stop it