Just a super-simple wrapper that allows simple and fast upload of files to temp.sh
/wrap - must be sent as a reply to message that contains the file you want to upload. Returns a link. Only supports files up to 20MB because of the Telegram API limit.
export TELEGRAM_BOT_TOKEN="token"
replace "token" with token your retrieved from BotFather
Install dependencies:
poetry install
Set enviroment variables:
source .env
Run with poetry:
poetry run python3 main.py