2020-01-05 13:12:18 +03:30
|
|
|
#!/bin/bash
|
2021-05-29 20:02:16 +04:30
|
|
|
# Released under GPLv3+ License
|
|
|
|
# Danial Behazdi <dani.behzi@ubuntu.com>, 2018-2021
|
|
|
|
|
2020-01-05 13:12:18 +03:30
|
|
|
export SHELL=/bin/bash
|
2021-05-29 20:37:27 +04:30
|
|
|
cd "$( dirname "${BASH_SOURCE[0]}" )"
|
2020-01-05 13:12:18 +03:30
|
|
|
source .env/bin/activate
|
2021-05-29 20:02:16 +04:30
|
|
|
python3 tgchannel2toot.py
|