Skip to content

kalaidin/ipytelegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ipytelegram

IPython magic for Telegram notifications,

or get a push once a model is finally trained.

Requires

pip install telepot

Install

%install_ext https://raw.githubusercontent.com/kalaidin/ipytelegram/master/ipytelegram.py

Load

%load_ext ipytelegram

Initialize

%telegram_setup <token> <your id>

Use

Cell magic as follows:

%%telegram_send I am finally trained!
model.train(epochs=1e10)

will send "I am finally trained!" to you on behalf of your bot once the cell is completed.

Token

Talk to BotFather to create a bot and get a token.

ID

The bot is not able to start a conversation with you, so talk to him first, then run:

import telepot
bot = telepot.Bot(<token>)
response = bot.getUpdates()

Look up response for your ID.

About

IPython magic for Telegram notifications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages