virtualenv env
source env/bin/activate
pip install -r requirements.txt
If you want the logs to be Backed up on Dropbox, create a config.yaml file at the root of the folder with your Dropbox token:
# config.yaml
token: <token>
Here is how to get a Dropbox token.
cd daily
python daily.py
or add
alias daily="(cd ~/.daily && source env/bin/activate && python daily.py && deactivate)"
in your .bashrc / .zshrc and run
daily
Add AWS backup capabilities