Skip to main content

A small example package

Project description

getting started

0. Make a simple setup.

Install the Python dependency package

$ python3 setup.py install

Register in ~/.bashrc

$ echo "alias noti='python3 $(pwd)/telegram_main.py'" >> ~/.bashrc

# or 
$ echo "alias noti='python $(pwd)/telegram_main.py'" >> ~/.bashrc
# or 
$ echo "alias noti='/usr/bin/python $(pwd)/telegram_main.py'" >> ~/.bashrc
# or 
$ echo "alias noti='/your/envs/path/python $(pwd)/telegram_main.py'" >> ~/.bashrc

1. Create your Telesram Bot.

2. Set your bot's token.

3. Set your user_id.

4. Use it anytime.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

telegram_notification-0.0.6-py3-none-any.whl (8.5 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