1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00
Commit Graph

125 Commits

Author SHA1 Message Date
e5a17caa9f Updated detailed example to use message handlers
Now using message handlers instead of the listener for almost everything (except console output)
2015-07-12 15:50:50 +02:00
efdf35796d Detailed example 2015-07-12 00:41:34 +02:00
bbf8b5d5f9 Added todo comment 2015-07-12 00:36:39 +02:00
30e3fbaa1a Created detailed example
Using almost every command, this API has to offer
2015-07-12 00:29:45 +02:00
8cf8661b7e Update README.md 2015-07-11 13:05:13 +08:00
2e1143e3d8 Update Version. 2015-07-09 10:39:08 +08:00
f6a0037f8d Fix thread pool high cpu usage. 2015-07-08 21:00:46 +08:00
3a574b4596 Update Version.
Change log:
- Thread pool support.
- Add create_thread flag.
2015-07-08 11:36:48 +08:00
45544d7b54 Update readme. 2015-07-07 11:51:11 +08:00
a82f4d780f Support python3 queue 2015-07-04 20:25:02 +08:00
814dbd2666 Remove python3.4 in ci 2015-07-04 20:13:56 +08:00
da176b770c Create ThreadPool when creat_thread flag is True. 2015-07-04 19:51:06 +08:00
b316e699e1 Fix failed testcase. 2015-07-04 17:27:53 +08:00
e095a2ffe9 Message handler support create_threads flag. 2015-07-04 17:20:29 +08:00
3d678707ac Add create_threads flag. 2015-07-04 17:00:42 +08:00
9b3f5f5ba0 Merge pool-impl branch 2015-07-04 02:42:41 +02:00
d71fdc633d Merge commit '0a2d139' into develop
Merge into develop
2015-07-04 02:34:05 +02:00
0a2d1394b2 Created a deep-linking example.
(Source: my answer at http://stackoverflow.com/questions/31042219/how-to-have-authentication-in-a-telegram-bot)
2015-07-04 02:32:43 +02:00
7dae316789 Merge pull request #24 from pevdh/master
Fix TeleBot#extract_command
2015-07-04 03:28:14 +08:00
bc181572d9 Merge commit '666ab76' into develop
Merge master.
2015-07-03 19:38:03 +02:00
e061aa051a Fixed API inconsistency (Message.fromUser -> Message.from_user) 2015-07-03 19:34:02 +02:00
666ab7609d Fix TeleBot#extract_command where the function previously would incorrectly slice /command@botname 2015-07-03 19:28:04 +02:00
0af4051dfd First implementation attempt 2015-07-03 19:22:26 +02:00
645c0b7fb4 Fix example echo bot command list bug. 2015-07-03 15:04:11 +08:00
15f4188a30 Merge branch 'master' of github.com:eternnoir/pyTelegramBotAPI 0.2.0 2015-07-03 10:34:13 +08:00
c78be84387 Update version. 2015-07-03 10:32:13 +08:00
ae372e1a3e Update Readme. 2015-07-03 10:26:03 +08:00
cff3f778bf fix content_type bug. 2015-07-03 10:14:42 +08:00
6833a16b57 fix sendChatAction return value bug. API's result will be boolean. 2015-07-03 09:58:48 +08:00
8187e6b8fd Add delete_chat_photo and group_chat_created support. 2015-07-03 09:43:26 +08:00
de88217c37 Support chat action in message. 2015-07-03 09:41:11 +08:00
c0d93a3fb9 Remove unuse import. 2015-07-03 09:30:30 +08:00
288bb95553 Merge pull request #22 from pevdh/develop
Added AsyncTeleBot
2015-07-03 08:15:17 +08:00
886899a3e3 Merged #21 2015-07-03 01:54:53 +02:00
523c7d433a Added AsyncTeleBot, an Asynchronous version of TeleBot.
All API calls on this class (except for getUpdates, since that is already done in a separate Thread) are piped through AsyncTask.
2015-07-03 01:52:18 +02:00
3d3dbbdf23 Merge pull request #21 from Zerocchi/patch-1
Correcting code error
2015-07-03 07:43:31 +08:00
ce07b5408e Correcting code error 2015-07-03 06:09:58 +08:00
21231a3f01 PEP-8 clean-up. 2015-07-02 23:47:05 +02:00
47ce846ce1 Added TeleBot#reply_to(message, text)
Added examples dir and an EchoBot sample.
2015-07-02 23:38:11 +02:00
e3025f4154 Updated README.md to fit with the current API. 2015-07-02 23:17:48 +02:00
111ebf5c16 Extended the message_handler decorator.
TeleBot now makes use of the API's getUpdates timeout optional parameter instead of time.sleep. This yields quicker response times.
2015-07-02 22:32:18 +02:00
144fa64604 Merge pull request #20 from pevdh/develop
Some new features and minor improvements.
2015-07-02 21:21:57 +08:00
bc3e2115ac Made Contact implement JsonDeserializable. 2015-07-02 14:12:10 +02:00
36ba21643b Resolve merge conflicts. 2015-07-02 13:54:45 +02:00
86500fc9fa Added some documentation. 2015-07-02 13:43:49 +02:00
b17416e718 Update README.md 2015-07-02 11:53:11 +08:00
77d699bc3a Add python 3 to setup.py. 2015-07-02 11:51:50 +08:00
1e221433f0 Update Version 0.1.9
Change log:
- Support python3
- ReplyKeyboardHide
- Message support contact
2015-07-02 11:30:45 +08:00
1fdf8bd570 Message support contact. 2015-07-02 11:19:38 +08:00
13133ac5c6 Implemented command decorator. 2015-07-02 04:17:36 +02:00