conversationbot.py:
Use `str.format()`
conversationbot2.py:
Use `str.format()`
make the states dict flake8 compatible.
echobot.py:
Change Docstring to a Docstring using triple quotes.
Add Docstrings to `main()` and `echo()`
echobot2.py:
Add File Description to Docstring
Add License notice to Docstring
Add Docstrings to `start()`, `help()`, `echo()` and `main()`
inlinebot.py:
Use `str.format()`
Add File Description to Docstring
Add License notice to Docstring
Add Docstring to `start()`, `help()`, `inlinequery()`, `error()`
Create the list "results" with the Inline Results instead of appending them.
inlinekeyboard.py:
Use `str.format()`
Put the Update in a `main()` function.
paymentbot.py:
Use `str.format()`
Shorten comment on how to get a provider token to avoid the comment being longer than 99 characters
timerbot.py:
Use `str.format()`
Add Docstrings to `alarm()`, `set_timer()`, `unset()`
Rename `set()` to `set_timer()` to avoud shadowing the built-in `set()`
Simon Schürrle added 3 commits
October 15, 2017 01:00
Removed the Extra Indent in the start() function.
Simon Schürrle added 2 commits
October 15, 2017 03:08
Simon Schürrle added 2 commits
October 15, 2017 22:54
Use autopep8 on the conversationbot2.py Fix the provide token comment (duplicated some words)
This was referenced
Dec 8, 2017Merged
Merged
Closed
This was referenced
Mar 2, 2018Closed
Merged