https://github.com/slowrunner/tt
Python Digital Entity with a unique, contiguous persistence
https://github.com/slowrunner/tt
Last synced: about 1 month 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2026-05-30T15:02:47.000Z (about 2 months ago)
- Last Synced: 2026-05-30T17:05:07.656Z (about 2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- 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://doi.org/10.5281/zenodo.808776)
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