/TGSend.jl

Just a Telegram wrapper around pyrogram with PyCall

Primary LanguageJulia

TGSend

The package uses environment variables to set the Telegram Bot Token and Chat ID.

# For telegram API usage (by TGSend)
export TELEGRAM_API_ID="XXXXXX"
export TELEGRAM_API_HASH="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
export TELEGRAM_SESSION_STRING="LONG_STRING_CODE"