rahiel / telegram-send

Send messages and files over Telegram from the command-line.
https://www.rahielkasim.com/telegram-send/
GNU General Public License v3.0
938 stars 105 forks source link

Add ability to pass token and chat_id through params on send #90

Open cthtuf opened 3 years ago

cthtuf commented 3 years ago

It's pretty hard to use telegram_send in serverless way, like AWS Lambda, Google Cloud Functions. Here is PR which allows to pass config through dict and keep backward compatibility of using config files.

Bot-Master50 commented 2 years ago

pull request gh pr checkout 90