telepyth icon indicating copy to clipboard operation
telepyth copied to clipboard

Telegram notification with IPython magics.

Results 4 telepyth issues
Sort by recently updated
recently updated
newest added

There is not easy way to test interaction with Telegram Bot API. This should be fixed.

enhancement

Why should someone enter the token again and again? Why not to save it in `~/.config/telepyth/token` for example? The [appdirs](https://github.com/ActiveState/appdirs) package could be used to determine the platform's preferred config...

Webhook provides simple way to monitor user activity and is usefull for debugging.

Add ability to set up timer in telegram bot in order to recieve regular notifications. It could be solved with crond and bash scripting on client side. However, built-in bot...

enhancement
help wanted