https://github.com/bef/statusbot
send GPG encrypted emails as 'status reminder'
https://github.com/bef/statusbot
Last synced: 11 days ago
JSON representation
send GPG encrypted emails as 'status reminder'
- Host: GitHub
- URL: https://github.com/bef/statusbot
- Owner: bef
- License: bsd-2-clause
- Created: 2014-12-12T15:47:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T12:57:42.000Z (over 5 years ago)
- Last Synced: 2025-01-28T03:44:51.514Z (12 months ago)
- Language: Tcl
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# statusbot.
## About
The status bot sends GPG encrypted emails to a group of recipients. Email contents may be downloaded via HTTP before.
Simply put, the statusbot is roughly equivalent to a command line such as
$ wget -O - URL |gpg --encrypt ... |sendmail ...
In combination with a crontab entry and a web-based Todo-List, Wiki page or even a text file the statusbot can become a daily reminder of important information securely delivered right to your inbox.
## Installation
Required packages:
* Tcl 8.5 or above
* Tcllib >= 1.13
* GnuPG v1
* [http://tclgpg.googlecode.com/](tclgpg) (either install globally or in lib/)
The autoloader path of your Tcl installation - if needed - can be found like this:
echo 'puts $auto_path' |tclsh
## License
Simplified BSD. See LICENSE file.