python-telegram-bot · GitHub

Simon Schürrle

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

tsnoam

Simon Schürrle added 3 commits

October 15, 2017 01:00

Simon Schürrle

Simon Schürrle

Removed the Extra Indent in the start() function.

Simon Schürrle

Simon Schürrle added 2 commits

October 15, 2017 03:08

Simon Schürrle

Simon Schürrle

tsnoam

Simon Schürrle added 2 commits

October 15, 2017 22:54

Simon Schürrle

Use autopep8 on the conversationbot2.py
Fix the provide token comment (duplicated some words)

Simon Schürrle

Simon Schürrle

jh0ker

Simon Schürrle

jh0ker

Simon Schürrle

@tsnoam

This was referenced

Dec 8, 2017

Merged

Merged

Closed

This was referenced

Mar 2, 2018

Closed

Merged

Read the original on github.com ↗