GitHub / python-telegram-bot/python-telegram-bot / commits
We have made you a wrapper you can't refuse
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 8fe6e13f | Update handlers (#532) |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| ff39e243 | Refactor `Update.extract_` methods to `Update.effective_` properties (#531) |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 5b14b134 | Added user defined function for updater's signalHandler (#512) |
Alex Hirschfeld <a****x@d****m>
Committed by: Jannes Höke <j****e@u****e> |
over 9 years ago | |
| 5897affa | add missing allowed_updates to start_webhook (#549) |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 9982f3c9 | :bug: fix message date parsing for messages without a timestamp (#550) |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 22142e7c | Introduce MessageQueue (#537) |
thodnev <t****v@m****u>
Committed by: Jannes Höke <j****e@u****e> |
over 9 years ago | |
| 4c8d1c9a | Fix Bot.sendDocument | Noam Meltzer <t****m@g****m> | over 9 years ago | |
| bef6651d | travis: when running nosetests run only the telegram tests (not urllib3) | Noam Meltzer <t****m@g****m> | over 9 years ago | |
| 8c2ee0b4 | Remove urllib3 from requirements.txt | Noam Meltzer <t****m@g****m> | over 9 years ago | |
| bfb99a68 | AUTHORS.rst: Add self to maintainers and add license info about urllib3 | Noam Meltzer <t****m@g****m> | over 9 years ago | |
| d239f4ee | setup.py: vendor the urllib3 package | Noam Meltzer <t****m@g****m> | over 9 years ago | |
| 2b930c22 | Sane default for sending files timeout | Noam Meltzer <t****m@g****m> | over 9 years ago | |
| 2a1d40bd | :construction: manipulate sys.path to prefer vendor urllib3 | Jannes Höke <m****l@j****e> | over 9 years ago | |
| 1d4464dd | :heavy_plus_sign: add git submodule to vendor urllib3 | Jannes Höke <m****l@j****e> | over 9 years ago | |
| 85b92366 | Update AUTHORS.rst |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| e78d11a9 | Add filters to commandHandler (#536) |
Jose Luis Salazar Gonzalez <j****g@g****m>
Committed by: Jannes Höke <j****e@u****e> |
over 9 years ago | |
| cc73469d | Issue 502 (#530) |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 853d8239 | :rotating_light: promise.py: remove pylint warning | Jannes Höke <m****l@j****e> | over 9 years ago | |
| 69bfb852 | :white_check_mark: Fix tests (missed one) | Jannes Höke <m****l@j****e> | over 9 years ago | |
| f2676468 | :white_check_mark: Fix tests | Jannes Höke <m****l@j****e> | over 9 years ago | |
| 6b7144bb | :rotating_light: fix yapf | Jannes Höke <m****l@j****e> | over 9 years ago | |
| f8b13440 | merge :twisted_rightwards_arrows: Merge thodnev/ptb into ptb/promises-with-exceptions | Jannes Höke <m****l@j****e> | over 9 years ago | |
| a1ade408 | merge :twisted_rightwards_arrows: Merge master into dec04 | Jannes Höke <m****l@j****e> | over 9 years ago | |
| 2954ca2b | merge :twisted_rightwards_arrows: Merge master into fix-460 | Jannes Höke <m****l@j****e> | over 9 years ago | |
| 34ebb7fe | Issue 520 (#521) |
Eldinnie <E****e@u****m>
Committed by: Jannes Höke <j****e@u****e> |
over 9 years ago | |
| 78094b79 | Fix commandhandler (#515) |
Eldinnie <E****e@u****m>
Committed by: Jannes Höke <j****e@u****e> |
over 9 years ago | |
| fb378775 | Changed promises to handle exceptions | thodnev <t****v@m****u> | over 9 years ago | |
| 264b9bd0 | add myself to authors (#527) |
代码家 <d****a@g****m>
Committed by: Rahiel Kasim <r****m@g****m> |
over 9 years ago | |
| d714da4b | merge Merge pull request #500 from python-telegram-bot/bug470 |
Noam Meltzer <t****m@g****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| e39afad3 | Add support for Socks5 proxy. (#518) |
代码家 <d****a@g****m>
Committed by: Noam Meltzer <t****m@g****m> |
over 9 years ago | |
| 05073785 | fix typo's (#523) and comment out failing sticker test | Rahiel Kasim <r****m@g****m> | over 9 years ago | |
| 659ac52d | fix tests (telegram cache file_id's) | Rahiel Kasim <r****m@g****m> | over 9 years ago | |
| 924c2416 | declare support for Python 3.6 | Rahiel Kasim <r****m@g****m> | over 9 years ago | |
| ac59f2f3 | Added methods to generate the original markdown/html string from entities con... |
Joscha Götzer <j****r@g****m>
Committed by: Jannes Höke <j****e@u****e> |
over 9 years ago | |
| 86c8ebbf | fix tests | Jannes Höke <m****l@j****e> | over 9 years ago | |
| cd38bdbe | bot.py: add delete_webhook alias | Jannes Höke <m****l@j****e> | over 9 years ago | |
| 975d1934 | merge Merge branch 'master' into dec04 | Jannes Höke <m****l@j****e> | over 9 years ago | |
| 728ffa43 | updater.py: add allowed_updates parameter to start_polling | Jannes Höke <m****l@j****e> | over 9 years ago | |
| 8ac66698 | test_bot.py: unit test setWebhook and deleteWebhook | Jannes Höke <m****l@j****e> | over 9 years ago | |
| c2c93f5d | webhookinfo.py: add new parameters | Jannes Höke <m****l@j****e> | over 9 years ago | |
| fc9f36d4 | use deleteWebhook in Updater._bootstrap | Jannes Höke <m****l@j****e> | over 9 years ago | |
| e69e99ce | Make everything default to None | Jacob Bom <b****b@g****m> | over 9 years ago | |
| 27b2fd64 | More IDE friendliness | Jacob Bom <b****b@g****m> | over 9 years ago | |
| 4dee785f | Last of the classes I think | Jacob Bom <b****b@g****m> | over 9 years ago | |
| 4c7cc3a0 | Fix test_set_game_score3 - telegram changed something in their responses | Noam Meltzer <t****m@g****m> | over 9 years ago | |
| 1bb5dd22 | Fix bad formatting of BadRequest exception message | Noam Meltzer <t****m@g****m> | over 9 years ago | |
| bd96771a | Fix typo | Noam Meltzer <t****m@g****m> | over 9 years ago | |
| 191e442e | test_jobqueue.py: Fix time delta calculations on several tests | Noam Meltzer <t****m@g****m> | over 9 years ago | |
| 58dddfd9 | Control the read timeout from telegram servers | Noam Meltzer <t****m@g****m> | over 9 years ago | |
| 68a7d9fa | Make sure to hint Telegram servers that we reuse connections | Noam Meltzer <t****m@g****m> | over 9 years ago | |
| 38f20646 | Tricky empty string in __init__ | Jacob Bom <b****b@g****m> | over 9 years ago | |
| 651119fd | Fix instances of empty strings in __init__ in example contributing code | Jacob Bom <b****b@g****m> | over 9 years ago | |
| 232a0b02 | Fix instances of empty strings in __init__ | Jacob Bom <b****b@g****m> | over 9 years ago | |
| 48bcc312 | set timeout for post message with file object (#486) |
Anton Tagunov <a****v@y****u>
Committed by: Noam Meltzer <t****m@g****m> |
over 9 years ago | |
| 6a011648 | ConversationHandler breaks when bot is also used in Channels (#487) |
Joscha Götzer <j****r@g****m>
Committed by: Noam Meltzer <t****m@g****m> |
over 9 years ago | |
| 7f6b017c | merge Merge pull request #484 from python-telegram-bot/jobqueue-absolute-simple |
Noam Meltzer <t****m@g****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 09cb33f5 | rename Job.is_removed to removed | Jannes Höke <m****l@j****e> | over 9 years ago | |
| 423251f6 | Change Job.is_removed to be a property instead of a method | Noam Meltzer <t****m@g****m> | over 9 years ago | |
| ed178598 | disable test_send_contact | Noam Meltzer <t****m@g****m> | over 9 years ago | |
| a8fecc52 | Prevented modifications to the request object's original data (#454) |
Hugo Hakim Damer <h****r@h****e>
Committed by: Noam Meltzer <t****m@g****m> |
over 9 years ago | |
| c3984e1b | Download changed (#459) |
Yan <n****d@p****m>
Committed by: Jannes Höke <j****e@u****e> |
over 9 years ago | |
| 93bf21a0 | jobqueue.py: stability improvments | Noam Meltzer <t****m@g****m> | over 9 years ago | |
| cbf93e10 | switch to run_x naming scheme | Jannes Höke <m****l@j****e> | over 9 years ago | |
| a1a8628c | bot.py: fix argument order, setWebhook: make 'url' and 'webhook_url' mutually... | Jannes Höke <m****l@j****e> | over 9 years ago | |
| d5ce32c6 | removed Job.run_immediately and related code | Jannes Höke <m****l@j****e> | over 9 years ago | |
| 09ddc1b1 | DAAAANGER ZOOOONE | Jannes Höke <m****l@j****e> | over 9 years ago | |
| c7cd3790 | jobqueue.py: move the check for job.interval types into Job.__init__ | Jannes Höke <m****l@j****e> | over 9 years ago | |
| 84f3bc0c | README.rst: update api support date | Jannes Höke <m****l@j****e> | over 9 years ago | |
| 92dc9b81 | bot.py: implement changes of december 04 (bot api 2.3.1) | Jannes Höke <m****l@j****e> | over 9 years ago | |
| 8ead72e3 | jobqueue: add support for specifying next_t in datetime.datetime or datetime.... | Jannes Höke <m****l@j****e> | over 9 years ago | |
| a37add39 | [ci skip] update timerbot.py to use chat_data | Jannes Höke <m****l@j****e> | over 9 years ago | |
| 71530f40 | Bump version to v5.3.0 | Jannes Höke <m****l@j****e> | over 9 years ago | |
| 0cd7ecab | fix test_filters_reply | Jannes Höke <m****l@j****e> | over 9 years ago | |
| c5f9e53d | Add "reply" filter (#465) |
Jeong Arm <k****l@g****m>
Committed by: Jannes Höke <j****e@u****e> |
over 9 years ago | |
| acf15413 | Botapi2.3 (#471) |
Noam Meltzer <t****m@g****m>
Committed by: Jannes Höke <j****e@u****e> |
over 9 years ago | |
| 906a1b8d | message.edit_reply_markup now correctly edits reply_markup (#473) |
Jacob Bom <b****b@g****m>
Committed by: Rahiel Kasim <r****m@g****m> |
over 9 years ago | |
| a2fddbe8 | Fix telegram API change, returning '404 Not found' (#461) |
lisitsky <l****y@g****m>
Committed by: Jannes Höke <j****e@u****e> |
over 9 years ago | |
| 68e87db9 | Job queue time units (#452) |
Wesley Gahr <w****8@g****m>
Committed by: Jannes Höke <j****e@u****e> |
over 9 years ago | |
| a7bfb0c3 | hide inline keyboard in conversationbot example (#439) |
Blue <b****d@u****m>
Committed by: Jannes Höke <j****e@u****e> |
over 9 years ago | |
| e76ee6bb | [ci skip] docs: add even more missing classes (wtf) | Jannes Höke <m****l@j****e> | almost 10 years ago | |
| 65061f8a | [ci skip] docs: add all missing classes | Jannes Höke <m****l@j****e> | almost 10 years ago | |
| dabbbcaf | [ci skip] docs: remove superfluous text in index.rst | Jannes Höke <m****l@j****e> | almost 10 years ago | |
| 1eb4b40d | [ci skip] docs: add logo to html and pdf builds | Jannes Höke <m****l@j****e> | almost 10 years ago | |
| 71679366 | [ci skip] pdf docs: use a4paper, update motto | Jannes Höke <m****l@j****e> | almost 10 years ago | |
| aa3ca388 | Sphinx restructuring: Now builds PDF and better HTML docs (#449) |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| b22c3cc5 | [ci skip] add state diagrams for conversation handler examples | Jannes Höke <m****l@j****e> | almost 10 years ago | |
| 2786252a | Bump version to v5.2.0 | Jannes Höke <m****l@j****e> | almost 10 years ago | |
| 3f30f740 | update examples to use bitwise filters | Jannes Höke <m****l@j****e> | almost 10 years ago | |
| 79fc3be9 | Update README.md |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 71c73bdc | Update README.md |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 761547e7 | Issue 422: Fixed start_polling with clean=True can cause 'Too Many Requests' ... |
neutronnnate <n****e@n****m>
Committed by: Jannes Höke <j****e@u****e> |
almost 10 years ago | |
| 10bdf821 | Add pass_user_data and pass_chat_data to Handler (#436) |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 45936c99 | Remove deprecated argument from Updater docstring (#444) |
Kristofer Kirss <k****s@h****m>
Committed by: Noam Meltzer <t****m@g****m> |
almost 10 years ago | |
| fae18962 | Switch to readthedocs (#443) |
Jannes Höke <j****e@u****e>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 2518ddac | Update comtributing guide with explicit kwargs |
Jacob Bom <b****b@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 61fe438a | merge Merge pull request #431 from python-telegram-bot/october3 |
Jacob Bom <b****b@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 960862cc | merge Merge branch 'master' into october3 | Jacob Bom <b****b@g****m> | almost 10 years ago | |
| 4e5f4582 | merge Merge pull request #411 from python-telegram-bot/bitwise-filters |
Jacob Bom <b****b@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 225bc24c | merge Merge pull request #442 from python-telegram-bot/explicit-kwargs |
Jacob Bom <b****b@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| a5f9aa31 | more documentation | Noam Meltzer <t****m@g****m> | almost 10 years ago |