telepyth
                                
                                
                                
                                    telepyth copied to clipboard
                            
                            
                            
                        Telegram notification with IPython magics.
There is not easy way to test interaction with Telegram Bot API. This should be fixed.
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...