Skip to main content

Send messages and files over Telegram from the command-line.

Project description

telegram-send

License

Telegram-send is a command-line tool to send messages and files over Telegram to your account. It provides a simple interface that can be easily called from other programs.

Usage

To send a message:

telegram-send "hello, world"

To send a file:

telegram-send --file document.pdf

Install

Install telegram-send system-wide with pip:

sudo pip3 install telegram-send

Or if you want to install it for a single user:

pip3 install telegram-send

If installed for a single user you need to add ~/.local/bin to their path:

echo 'PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc

And finally configure it with telegram-send --configure and follow the instructions.

Uninstall

sudo pip3 uninstall telegram-send
sudo rm /etc/telegram-send.conf

Or if you installed it for a single user:

pip3 uninstall telegram-send
rm ~/.config/telegram-send.conf

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

telegram-send-0.3.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

telegram_send-0.3-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page