Closed aahnik closed 4 years ago
@AdityaJ7 @fuzzmz @valterm @dingusagar @k1m0ch1 @arthuralmeida93 @MNISAR @antoniouaa @sandyjswl @malhotra-paritosh @chavarera @SuvamPrasd @Araon @symtalha14
The bot is live and running.
Check it out now ☺️
If the link does not work search
@runPython_bot
in Telegram.
@aahnik very nice, just add some comments in your py files to make it a bit beginner-friendly everything else is awesome
I have added docstrings with explanations and links to tutorials in my last commit https://github.com/Python-World/Python_and_the_Web/pull/624/commits/5668ad1524cf246455b11dea4cfaf193d864eafe
My work is complete, you may try running the following on the already deployed bot
Check out @runPython_bot
Run Python code from telegram chat
@allcontributors please add @aahnik for code
@tusharnankani
I've put up a pull request to add @aahnik! :tada:
Thanks a lot @AdityaJ7 and @tusharnankani for accepting my pull request.
This was really a fun and enjoyable learning experience.
I hope to contribute more code in future.
@aahnik Expecting more contributions from your end! 👍🏻 Keep it up! ^_^
Python World does not accept pull requests on this repository anymore.
A simple telegram bot that runs python code
Description
Fixes #623
Run python expressions from telegram, Telegram Bot
As described in issue #623 , the new bot is added
On branch aahnik_runPythonBot
This bot will execute a python expression and return the results.
Take a look at this GIF to understand better:
You may use pythonic expressions to easily calculate any complex problem. Or you may test your algorithms on the go.
You can easily deploy this bot on Python Anywhere or on your local machine by following the steps given in README.
Type of change
Checklist:
Please tick all the boxes that are fulfilled by your Pull Request.
Update index.md
)README.md
, according to the givenREADME_TEMPLATE.