You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9 lines
167 B

  1. #!/bin/bash
  2. MY_PATH="`dirname \"$0\"`"
  3. cd "$MY_PATH"
  4. # activate virtualenv
  5. source ~/.virtualenvs/tootbot-spicy/bin/activate
  6. python3 tootbot.py config.json
  7. deactivate