Anthony Byuraev
a56fb8cc54
UPG: Add BotCommand, setMyCommands
2020-05-08 21:06:39 +03:00
Badiboy
e2d70da694
Fix poll options serialization
2020-05-02 13:27:39 +03:00
Badiboy
6e1cf24946
send_poll revised to standart signature
2020-05-02 13:09:52 +03:00
bedilbek
bcc3a1afb4
Remove Type Hinting
2020-04-27 23:43:39 +05:00
dr_forse
99c63e9eba
add emoji field for dice
2020-04-27 06:30:05 +01:00
Badiboy
bb4f6a7190
Polls are updated to the latest API state.
...
Polls are updated to the latest API state.
Minor code refactoring.
2020-04-25 22:22:08 +03:00
Badiboy
aac9ce45a3
Merge remote-tracking branch 'upstream/master'
2020-04-24 18:19:55 +03:00
Badiboy
24e984adf8
Minor code refactoring (naming)
2020-04-24 18:19:30 +03:00
Badiboy
1ed3bc2a53
Merge pull request #803 from noideaw/patch-2
...
added can_invite_users parameter to restrict_chat_member function param description
2020-04-24 18:16:25 +03:00
no_ideaw
8c7c7b31b2
Update __init__.py
...
added can_invite_users parameter to restrict_chat_member function
2020-04-24 19:38:23 +04:30
no_ideaw
da924dbaeb
Update __init__.py
...
added can_invite_users parameter to restrict_chat_member function
2020-04-23 23:59:04 +04:30
bedilbek
aab560b4ee
Fix all the time invocations on typed_middleware handlers even if update did not have that update_type message
2020-04-20 11:30:03 +05:00
Badiboy
646bbb8330
Merge pull request #794 from drforse/master
...
Add Dice and send_dice
2020-04-16 15:56:46 +03:00
dr_forse
51b1fb7695
added Dice and send_dice
2020-04-15 06:10:05 +01:00
bedilbek
286188f380
Add Step/Reply Handler Backend Mechanism
...
Implement Memory, File, Redis Backends
2020-04-15 01:11:43 +05:00
Badiboy
ec86182f62
Possibility to use alternative serializer
...
With apihelper.CUSTOM_SERIALIZER you can replace pickle with other "dumper" like dill.
2020-04-11 13:42:34 +03:00
bedilbek
932ac9477b
Add ENABLE_MIDDLEWARE=False in apihelpers to keep backward compatibility
2020-04-11 13:02:50 +05:00
bedilbek
1e242f2263
Add Middleware support
2020-04-08 23:13:19 +05:00
Alexander Tkachev
d2f9c51a5a
Handle Poll update
2020-03-09 17:25:54 +07:00
Alexander Tkachev
12547efa08
Fix order for consistency in process_new_updates
2020-03-09 17:25:37 +07:00
Badiboy
aa02ddb573
TAB fix
...
TAB fix
2020-01-08 20:17:25 +03:00
Badiboy
760ea5a2f0
Design updates from #711
...
Significant design updated from
https://github.com/eternnoir/pyTelegramBotAPI/pull/711
2020-01-08 20:06:40 +03:00
Badiboy
59810b5e2a
Merge pull request #620 from nev3rfail/send_animation
...
Added reduced version of sendAnimation (no width/height/thumb).
2020-01-03 17:12:29 +03:00
Badiboy
86644c05f7
Merge pull request #539 from Badiboy/master
...
"timeout" parameter for send_message
Fix kick_chat_member return type
HTML symbols not replaced
2020-01-03 00:50:24 +03:00
FrankWang
151880f391
Merge pull request #659 from OslikAi/master
...
Add Poll
2019-06-28 21:02:23 +08:00
FrankWang
56f0b0a0d4
Merge pull request #603 from nailerNAS/master
...
infinity_polling fix
2019-06-28 20:57:28 +08:00
P0lunin
3a1bdc2899
add Poll, sendPoll, stopPoll
2019-06-27 15:07:41 +03:00
Tiger 1
9624b45314
add Poll, sendPoll, stopPoll
2019-06-06 21:47:08 +03:00
Artem M
99df992a66
Added the method sendAnimation, which can be used instead of sendDocument to send animations, specifying their duration.
2019-02-15 18:46:18 +00:00
Moon Princess
79e6a3166d
edit message_handler doc
2019-01-20 23:04:11 +05:00
nailer
b82ed70ec9
fix syntax errors
2018-11-17 13:19:09 +02:00
nailer
18e37f3d20
sleep time timeout time instead of 5 seconds always
2018-11-17 12:58:56 +02:00
Badiboy
ad4be5c0ae
Merge branch 'master' of https://github.com/eternnoir/pyTelegramBotAPI
2018-10-19 13:40:14 +03:00
uburuntu
36621bb22a
fix: some intendation
2018-08-17 13:01:03 +03:00
uburuntu
99466017c5
enh: optimize imports
2018-08-17 12:54:26 +03:00
uburuntu
feec1dde56
fix: little style fixes
2018-08-17 12:49:37 +03:00
uburuntu
54eba946be
fix: wrong arguments usage (fix fa038c2
)
2018-08-17 12:48:59 +03:00
FrankWang
421118d9d8
Merge pull request #558 from uburuntu/InputMedia
...
v.4.0: InputMediaAnimation, InputMediaAudio, InputMediaDocument, editMessageMedia
2018-08-13 23:47:03 +08:00
uburuntu
8ac6e664c5
new: InputMediaAnimation, InputMediaAudio, InputMediaDocument, editMessageMedia
...
Added support for editing the media content of messages: added the method editMessageMedia and new types InputMediaAnimation, InputMediaAudio, and InputMediaDocument.
2018-08-09 19:16:38 +03:00
Andru1999
494b535a91
Fix issue When you use threading mode
2018-08-08 10:46:23 +10:00
eternnoir
35ea2a2b7e
Fix #548
2018-08-03 08:34:48 +08:00
Badiboy
8634e65249
Fix kick_chat_member decription
...
Fix kick_chat_member return value type description (should be boolean according to API and is boolean by fact).
2018-07-25 12:44:18 +03:00
FrankWang
578a9383b2
Merge branch 'master' into patch-1
2018-07-24 10:42:04 +08:00
Badiboy
27d442fabf
timeout for send_message
...
Add optional "timeout" parameter to send_message (the same as exists in all other send_*).
Equal rights for all send functions! :)
2018-07-24 00:33:13 +03:00
WaffleWafflerov
f251def304
Merge branch 'master' into master
2018-07-22 04:43:53 +03:00
Andru1999
2b822f782d
Update __init__.py
...
I find bug when I use your library without threading. If call bot.register_next_step_handler in function that register next_handler in next_step_handlers but in function _notify_next_handlers this delete and bot don`t have handler, but in threading mode function self.next_step_handlers.pop(chat_id, None) has time to eval self.next_step_handlers.pop(chat_id, None) and bug disappear. Sorry for my English
2018-07-22 00:31:02 +10:00
users
c8b2b14157
rename async -> async_dec
2018-07-02 18:13:11 +03:00
Badiboy
776a699a8d
_notify_next_handlers skips sequential messages
...
Is there are several sequential messages and next_step_handlers are set, the _notify_next_handlers will process only every even message dew to execute both .pop(i) and i+=1
2018-05-29 18:55:41 +03:00
Badiboy
78afd045d8
_notify_next_handlers drops messages if empty handler list
...
After calling
clear_step_handler(...)
code:
self.next_step_handlers[chat_id] = []
left the key in next_step_handlers.
When a next message arrives, the old handler executes nothing (no handlers), but still remove message from message queue:
new_messages.pop(i).
Updated to pop message only when there are real handlers in the list.
2018-05-27 23:24:37 +03:00
Waffle
bc855f7610
Fix register_for_reply_by_message_id and register_for_reply doc strings.
2018-05-27 17:05:01 +03:00
Waffle
893d5386c5
Fix register_for_reply_by_message_id doc strings.
2018-05-27 17:02:04 +03:00
Waffle
909d570dca
Add warning about lambda functions in callbacks
2018-05-27 17:01:07 +03:00
Waffle
424c77fd2c
Remove type hint for 2.x and PyPy python compatibility
2018-05-27 16:54:56 +03:00
Waffle
333949683f
Add doc strings to new TeleBot methods
...
Update telebot/__init__.py
2018-05-27 01:37:06 +03:00
Waffle
fa038c2e42
Move del_file_after_loading param to right methods :face_palm:
...
Update: telebot/__init__.py
2018-05-27 01:30:14 +03:00
Waffle
d61de35a32
Remove rudiment json things, again!
...
Update: telebot/__init__.py
2018-05-27 01:23:20 +03:00
Waffle
1de356dcc3
Change default save directory to "./.handler-saves/".
...
Add del_file_after_loading param to load methods.
Update: telebot/__init__.py
2018-05-26 17:10:00 +03:00
Waffle
47e6dfd6bc
Remove rudiment json things
...
Update: telebot/__init__.py
2018-05-26 16:52:30 +03:00
Waffle
3c890a7846
Remove 2 spaces up to TeleBot class.
...
Update: telebot/__init__.py
2018-05-26 16:37:25 +03:00
Waffle
17971ff48b
Move from json to pickle.
...
Update: relebot/__init__.py
2018-05-26 12:19:01 +03:00
Waffle
b989b7601b
Add new class: Handler
...
Change type of (next step|reply) handlers from dict to Handler [WIP]
update: telebot/__init__.py
2018-05-25 20:57:22 +03:00
Waffle
8c574a786a
Merge branch 'master' of https://github.com/WaffleWafflerov/pyTelegramBotAPI-1
2018-05-25 20:37:36 +03:00
Waffle
7e5f51e4ab
Remove old thing.
...
Update telebot/__init__.py
2018-05-25 09:44:43 +03:00
Waffle
018e4597a2
Add del_file_after_loading param to Saver.return_load_handlers and Saver.load_handlers methods.
...
Update telebot/__init__.py
2018-05-25 09:40:29 +03:00
Waffle
7df6b3d4c9
Fix situation where delay <= 0.
...
Update telebot/__init__.py
2018-05-25 09:35:39 +03:00
Waffle
4facc5f7d7
fix unenabled saving handlers.
...
Updated telebot/__init__.py
2018-05-25 09:30:10 +03:00
Waffle
4bcfc34a50
Update _notify_next_handlers and _notify_reply_handlers methods:
...
Now if there wasn't any handler updates, timer willn't start.
2018-05-25 09:07:59 +03:00
Waffle
b1d5cb2129
Rewrite.
...
Add class 'Saver' that provides methods for saving (next step|reply) handlers.
Add methods
enable_save_next_step_handlers,
enable_save_reply_handlers,
disable_save_next_step_handlers,
disable_save_reply_handlers,
load_next_step_handlers,
load_reply_handlers
to Telebot and AsyncTelebot.
update telebot/__init__.py
2018-05-25 08:57:48 +03:00
Waffle
00c8dcc19b
Add async methods
2018-05-25 03:10:40 +03:00
Waffle
ed7e33b4c6
Fix loadings funcs
2018-05-25 02:48:46 +03:00
Waffle
74a952846c
Merge branch 'master' of https://github.com/CoconutWaffle/pyTelegramBotAPI-1
2018-05-24 18:32:25 +03:00
Waffle
e99fb8f84f
Add methods to save (reply|next step) handlers [WIP]
2018-05-20 23:40:25 +03:00
Waffle
49aee14fca
Make _test_filter method static and a bit clear doc strings
2018-05-19 00:42:06 +03:00
Waffle
3ba9799b98
Renaming back pytelegrambotapi module to telebot
2018-04-28 13:50:59 +03:00
Waffle
7957bc45a8
Fixing and upgrading next step and reply handlers. + minor fixes
...
Rename telebot package to pytelegrambotapi becouse lib named telebot exists and it raising many errors
Add methods:
| register_for_reply_by_message_id,
| register_next_step_handler_by_chat_id,
| clear_reply_handlers,
| clear_reply_handlers_by_message_id
2018-04-12 13:45:32 +03:00
sviat9440
36d088dfbf
Bugfixes and minor improvements
2018-04-04 10:47:37 +03:00
FrankWang
9ae20b4815
Merge pull request #482 from sviat9440/master
...
Minor improvements
2018-03-25 21:39:27 +08:00
sviat9440
cb0256b37d
Update __init__.py
2018-03-25 13:22:35 +03:00
eternnoir
7f47f11444
Fix #481
2018-03-23 19:58:43 +08:00
heyyyoyy
518c49f23a
fixing formatting of caption in the method send_document
2018-02-16 18:29:29 +03:00
heyyyoyy
903b1dfd50
added parse_mode in edit_message_caption
2018-02-16 14:19:35 +00:00
heyyyoyy
2e199a5684
Bot Api 3.6
2018-02-14 20:27:55 +00:00
FrankWang
e2ed4cf065
Merge pull request #387 from fumycat/patch-1
...
Fix optional parameter
2018-01-15 10:23:26 +08:00
JekaFST
60596a95b8
Edit and stop live location fixes
...
.token was missed in apihelper's methods calls
2017-12-05 01:31:47 +03:00
eternnoir
c300195b49
Add provider_data .
2017-11-29 13:59:47 +08:00
eternnoir
2493b200a4
Add provider_data to sendInvoice.
2017-11-29 13:53:39 +08:00
eternnoir
e1a3ccadb7
Add sendMediaGroup method.
2017-11-29 13:45:25 +08:00
eternnoir
7ac246b801
Fix inline_query_handler not work.
2017-11-15 00:42:27 +08:00
Vitaliy
d8587419e1
Fixed bug when message has next step handler and exec command handlers.
2017-11-04 15:09:29 +02:00
Evgeny Petrov
8e71a612a6
Added missing methods definitions to __init__.py and Async Telebot
2017-10-22 20:07:51 +03:00
Evgeny Petrov
5f8d99664e
Bot API 3.4: new methods for live locations, new objects.
2017-10-22 19:50:51 +03:00
mostafaqanbaryan
15d287919d
Update __init__.py
...
Add clear_step_handler() for resetting bot
2017-08-21 14:40:47 +04:30
Fumycat
af991ea76e
Fix optional parameter
2017-08-20 01:36:08 +07:00
eternnoir
2e743b4b86
Add v3.2 method.
2017-08-06 15:22:23 +08:00
eternnoir
af70313721
New method for v3.2
2017-08-06 14:25:25 +08:00
Kylmakalle
08d6ab549d
Aync Methods for v3.1
2017-07-07 00:54:18 +03:00
eternnoir
4979589faf
Fix not require args. #369
2017-07-02 21:08:36 +08:00
eternnoir
5f8ed347a1
Add missing arg until_date for kickChatMember.
2017-07-01 11:11:25 +08:00
Evgeny Petrov
662a834138
Added missing arguments to restrict_chat_member method
2017-06-30 20:16:51 +03:00
Evgeny Petrov
25a37db2bb
Bot API v3.1
2017-06-30 19:47:09 +03:00
Evgeny Petrov
cb4521f497
Fixed wrong method call
...
Should be called `apihelper.answer_shipping_query` instead of `apihelper.answer_shippingQuery`
2017-06-02 11:07:35 +03:00
eternnoir
708635e420
Fix handler.
2017-05-25 11:45:44 +08:00
eternnoir
84b1aca939
Fix method name.
2017-05-25 11:23:37 +08:00
eternnoir
9025be0ef2
Add handlers.
2017-05-25 11:22:40 +08:00
eternnoir
a8e60b28e0
Fix requirement params.
2017-05-25 11:14:08 +08:00
eternnoir
cf287af549
Add payment method. PEP8. Refactor.
2017-05-25 10:56:58 +08:00
Kylmakalle
3f5596ddce
new_chat_members content type and new send_action actions
2017-05-21 14:27:31 +03:00
Kylmakalle
6cda8d052c
VideoNote support
...
Send and recieve round video messages.
Support for send_video_note metod and video_note content type.
2017-05-19 17:19:15 +03:00
Kurbanov Bulat
34047c0121
Add methods to AsyncTeleBot
2017-05-18 13:55:55 +04:00
FrankWang
1a70c2d613
Merge pull request #319 from Artom-Kozincev/master
...
Add more accurate control over threads count
2017-05-17 14:48:18 +08:00
Kylmakalle
89f515b120
deleteMessage returns Ok on success, not Message type
2017-05-12 01:13:40 +03:00
Kylmakalle
f7cfb98b60
Added option to delete messages.
...
Added option to delete messages.
Some bots do not support this method now, waiting for an official api
release.
2017-05-07 17:37:03 +03:00
Artom-Kozincev
e138d2e1ef
Add more accurate control over threads count
2017-04-06 22:12:17 +03:00
Andrew Developer
43f026dc64
Added IGNORECASE flag to message_handler
...
Added re.IGNORECASE flag to message_handler, so it matches without chars case.
2017-03-28 16:24:28 +03:00
eternnoir
76a48ffe82
Bug fix for edited_channel_post_handler.
2017-03-04 21:30:07 +08:00
eternnoir
a06551daaf
Add delete webhook.
2016-12-06 11:52:16 +08:00
eternnoir
eadff07f79
Add allowed_updates to get_updates.
2016-12-06 11:44:30 +08:00
eternnoir
b5e27d0fea
Add max_connections and allowed_updates to set_webhook.
2016-12-06 11:42:15 +08:00
eternnoir
e555da86dd
Add cache_time to answerCallbackQuery
2016-12-03 13:38:30 +08:00
eternnoir
9a5e8302be
Add force params in setGameScore method.
2016-12-03 13:31:55 +08:00
eternnoir
30ed6e37d3
Add channel_post, edited_channel_post support.
2016-12-03 13:28:22 +08:00
eternnoir
54ed2038aa
New methods setGameScore and getGameHighScores.
2016-10-29 21:22:46 +08:00
eternnoir
d1498979d4
Merge branch 'JrooTJunior-master' into feature-20161003update
2016-10-20 20:09:07 +08:00
Alex Root Junior
702763edd6
Get webhook info
...
https://core.telegram.org/bots/api#getwebhookinfo
2016-10-20 10:52:38 +03:00
eternnoir
ffa0ea449b
Fix test case.
2016-10-12 15:52:34 +08:00
eternnoir
740d7f44cf
Add url param in answer inline query.
2016-10-08 21:55:28 +08:00
eternnoir
b8e5c43598
Add send game method.
2016-10-08 20:36:48 +08:00
Ihor Polyakov
1b0a872619
return statement added to callback_query_handler in decorator
2016-09-28 20:07:15 +08:00
eternnoir
89cf2658ae
Fix edit reply markup return bool.
2016-08-29 20:50:27 +08:00
eternnoir
6da88c9751
FIx #225
2016-08-29 20:21:56 +08:00
Max
b9a0c3e511
+ More flexibility for different handlers(callback_query_handler and
...
etc.): now they are not limited in input arguments so can be easily
extended by subclassing
arguments
2016-06-16 11:49:51 +03:00
Max
527351385b
+ Don't check filters against NoneType values;
...
+ More flexibility for subclassing:
- __exec_task is protected now(was private)
- _test_message_handler and _test_filter are class members
now(used to be static methods)
+ More flexibility on extention of message_handler(**kwargs for
additional parameters)
2016-06-13 16:47:15 +03:00
Max
1b47e5cc62
code duplication lessened
2016-06-13 14:24:27 +03:00
Max
eb4d58bec1
little optimization on handler dictionary building: code duplication lessened
2016-06-13 14:15:15 +03:00
eternnoir
cdb6d6760d
Add some comment.
2016-06-07 19:44:30 +08:00
eternnoir
8e3c9d8d24
Add edited message handler.
2016-06-07 19:29:12 +08:00
eternnoir
468a535257
Fix de_json.
2016-06-07 19:08:52 +08:00
eternnoir
d2e7f4d8f2
Add 2.1 new method.
2016-06-07 19:00:44 +08:00
eternnoir
ce24aa25f2
Fix #179 .
2016-06-02 13:25:50 +08:00
Diego Muñoz Callejo
3413669a23
Added optional connection (aka sending) timeouts to methods that may upload big chunks of data: send_audio, send_voice, send_document, send_sticker and send_video.
2016-05-22 18:35:20 +02:00
eternnoir
84257b6ba9
Fix typo.
2016-04-23 01:21:45 +08:00
eternnoir
d0666071d8
Fix edit inlinemessage will return bool not Message object.
2016-04-17 10:24:37 +08:00
eternnoir
7490f63f25
Add send_contact
2016-04-16 15:07:52 +08:00
eternnoir
22ab50989e
Add answer_callback_query.
2016-04-16 14:53:41 +08:00
eternnoir
1e320a5b0d
Add callback query handler.
2016-04-16 14:18:19 +08:00
eternnoir
228683aeda
Add new param for anser inline query.
2016-04-14 15:32:08 +08:00
eternnoir
4fe4061a0f
All Updating messages methods done.
2016-04-14 15:17:53 +08:00
eternnoir
f873658aac
Fix edit message error.
2016-04-14 15:06:46 +08:00
eternnoir
13327c371a
Add editMessageText.
2016-04-14 15:03:07 +08:00
eternnoir
4dc7af71a0
Add bot2.0 new methods.
2016-04-14 14:48:26 +08:00
eternnoir
c1247249c7
Add send venu method.
2016-04-14 13:55:28 +08:00
eternnoir
292191038f
Add disable_notification
2016-02-27 11:17:35 +08:00
Artem Kolesnikov
28417d18af
Added ability to set message handler, inline handler, chosen inline handler with method calling
2016-02-20 17:51:14 +05:00
ivan tkachenko
5f9cf881e6
__retrieve_updates split into process_new_updates
2016-02-07 23:45:54 +08:00
eternnoir
93dc1cd92e
Add comment.
2016-01-06 14:31:21 +08:00
eternnoir
94f1bbd402
Almost done.
2016-01-05 14:07:47 +08:00
eternnoir
c706a7aba3
Handler done.
2016-01-05 13:18:32 +08:00
eternnoir
79c46bccae
inline_hanlder done.
2016-01-04 23:10:32 +08:00
eternnoir
3a08111f10
Fix hasattr.
2015-12-22 14:26:08 +08:00
Ivan Lopez
43ad415320
Get and discard all pending updates sent before the first poll of the bot
2015-12-01 15:05:52 +01:00
eternnoir
7e9f5b09cf
Bug #92 fix.
2015-10-26 21:55:04 +08:00
pieter
117c5a1141
Minor CPU optimization
2015-10-03 12:48:56 +02:00
pieter
29a42a398b
Restored the non-threaded variant
2015-10-02 00:00:54 +02:00
pieter
b801728924
Fix unnecessary raise
2015-10-01 22:43:18 +02:00
pieter
d14e9051d4
Better error handling.
...
Errors now are re-raised in the Thread polling() was called from.
If none_stop is *not* set, ApiExceptions will cause the calling Thread to halt.
2015-10-01 22:03:54 +02:00
pieter
941b8ac5d0
Added webhooks support with set_webhook and remove_webhook in the TeleBot class
2015-09-30 18:19:31 +02:00
eternnoir
1c53955d5a
Add timeout para for polling method.
2015-09-30 23:18:26 +08:00
惠轶群
2fb2cd6f20
fix race-condition for message_subscribers
2015-09-30 20:46:37 +08:00
pieter
1038d4fafa
Added download_file
2015-09-18 20:53:10 +02:00
pieter
fd1f16598b
Added File & getFile, including testing
2015-09-18 20:31:29 +02:00
eternnoir
2ca5c0d6f3
Hotfix lambda bug.
2015-09-10 21:27:37 +08:00
eternnoir
e7b4e95fbc
Merge remote-tracking branch 'origin/master' into develop
2015-09-09 09:34:13 +08:00
pieter
99f6829ede
Fix failing test case in Py2.6 because of using {} instead of {0..9}
2015-09-08 22:34:55 +02:00
pieter
55053fe413
Fixed failing test cases because of iteritems()
2015-09-08 22:31:02 +02:00
pieter
f2971c5d6c
Merge branch 'redesign-message-handlers' into 'develop'
2015-09-08 22:22:01 +02:00
pieter
89288b166e
Implement parse_mode
2015-09-08 21:51:45 +02:00
pieter
88bd6dcbb0
Updated Logging section in README
2015-09-08 19:56:05 +02:00
pieter
710fc273d6
Better log messages
2015-09-08 19:47:55 +02:00
pieter
9f04f0ece2
Fix "module has no attribute 'logger'"
2015-09-08 18:53:36 +02:00
Pieter van den Ham
cc7ab58ed8
Fixed some typos in the README
...
Fixed a bug where TeleBot would ignore KeyboardInterrupt events
2015-09-08 17:38:44 +02:00
Pieter van den Ham
f9cbcf9b65
Redesigned message handlers
2015-09-08 10:44:31 +02:00
eternnoir
3a148c6e85
Refactor get_update method.
2015-09-05 21:54:54 +08:00
eternnoir
93aa37768a
Add readme & pep8
2015-09-05 18:12:52 +08:00
eternnoir
da729069c2
Add get_updates method.
2015-09-05 18:10:11 +08:00
pieter
3c8faa155f
Created util.py to clean up __init__.py and apihelper.py and updated README accordingly
...
Fixed failing send_document_by_id and send_photo_by_id
2015-08-31 11:49:03 +02:00
Pieter van den Ham
6f34a22c4b
Added an incremental sleep when an error is encountered while polling
2015-08-31 02:14:14 +02:00
97Pedrito
c33c116488
Integrated blocking into polling + updated docs
2015-08-30 18:53:18 +02:00
eternnoir
4ed7be19ad
Avoid no hnadler found.
2015-08-23 22:52:20 +08:00
eternnoir
ee4061561e
Fix #61
2015-08-21 22:58:48 +08:00
eternnoir
b17831b726
Update Comment.
2015-08-19 18:27:35 +08:00
eternnoir
c3300af656
New audio,voice supported.
2015-08-19 18:08:01 +08:00
eternnoir
821a63e3a7
Support new sendVideo API method.
2015-08-01 10:12:15 +08:00
eternnoir
9f6a3bfb26
next_step_handler done.
2015-07-30 11:02:08 +08:00
eternnoir
a82fece950
Add method.
2015-07-30 09:23:15 +08:00
pieter
20e3f731f7
Added split_string to apihelper.py
...
Added a warning to send_message to not exceed 5000 characters per message.
Changed send_message to use HTTP POST instead of GET, to stretch the maximum character limit a little more.
2015-07-25 21:31:58 +02:00
pieter
b484baea37
Fix doc error.
2015-07-24 13:56:47 +02:00
pieter
2647777b2b
Implemented register_for_reply. Closes #26
2015-07-24 13:52:48 +02:00
pieter
b468e8c943
Moved extract_command and is_command to apihelper.py.
2015-07-24 13:09:27 +02:00
eternnoir
0932e603fb
Fix python3 Exception message attribute not found.
2015-07-23 09:14:20 +08:00
eternnoir
ba1693dcf0
Bug fix.
2015-07-22 14:02:16 +08:00
eternnoir
99b82b6219
Add logger.
2015-07-20 09:56:17 +08:00
Nathanael Farley
edddab8956
Changed __stop_polling from bool to threading.Event().
2015-07-18 10:27:16 +01:00
eternnoir
185b3e007e
Polling interval support
...
issue #38
2015-07-15 11:19:29 +08:00
eternnoir
6c8d30b063
Add process_new_message public method for webhook.
...
issue #36
2015-07-14 13:28:39 +08:00
eternnoir
913f01dfe8
Edit confused notice.
2015-07-13 09:07:07 +08:00
eternnoir
7144c79efe
Add none_stop flag for polling method.
2015-07-13 09:07:07 +08:00
FrankWang
f6a0037f8d
Fix thread pool high cpu usage.
2015-07-08 21:00:46 +08:00
eternnoir
a82f4d780f
Support python3 queue
2015-07-04 20:25:02 +08:00
eternnoir
da176b770c
Create ThreadPool when creat_thread flag is True.
2015-07-04 19:51:06 +08:00
eternnoir
e095a2ffe9
Message handler support create_threads flag.
2015-07-04 17:20:29 +08:00
eternnoir
3d678707ac
Add create_threads flag.
2015-07-04 17:00:42 +08:00
pieter
9b3f5f5ba0
Merge pool-impl branch
2015-07-04 02:42:41 +02:00
pieter
666ab7609d
Fix TeleBot#extract_command where the function previously would incorrectly slice /command@botname
2015-07-03 19:28:04 +02:00
pieter
0af4051dfd
First implementation attempt
2015-07-03 19:22:26 +02:00
eternnoir
6833a16b57
fix sendChatAction return value bug. API's result will be boolean.
2015-07-03 09:58:48 +08:00
eternnoir
c0d93a3fb9
Remove unuse import.
2015-07-03 09:30:30 +08:00
pieter
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
pieter
47ce846ce1
Added TeleBot#reply_to(message, text)
...
Added examples dir and an EchoBot sample.
2015-07-02 23:38:11 +02:00
pieter
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
pieter
86500fc9fa
Added some documentation.
2015-07-02 13:43:49 +02:00
pieter
13133ac5c6
Implemented command decorator.
2015-07-02 04:17:36 +02:00
pieter
2f8d1ad4ed
PEP 8 clean-up.
2015-07-01 22:34:40 +02:00
pieter
a03769adde
Created _make_request and removed check_result in apihelper.py for efficiency and consistency improvements.
...
Created JsonSerializable (previously Jsonable) and JsonDeserializable.
All relevant classes now subclass JsonDeserializable to eliminate unneeded json -> string -> json conversions.
2015-07-01 22:16:13 +02:00
pieter
949dfc0fb0
Fix unnecessary Thread creation when no new messages arrived.
2015-07-01 19:12:12 +02:00
pieter
938c98ced1
Merge branch 'develop' of https://github.com/eternnoir/pyTelegramBotAPI
...
Merge develop to receive the Python3 compatible version of pyTelegramBotAPI.
2015-07-01 18:29:29 +02:00
CongNT
24491f467f
make telebot compatible with python3
...
also two small PEP8 fixes
2015-07-01 09:49:41 +07:00
pieter
759474924d
Implemented getUserProfilePhotos (Though I do not see the use of it currently, because bots cannot download photos with the API)
2015-06-30 16:40:44 +02:00
pieter
af02000534
PEP 8 & IntelliJ code clean-up.
2015-06-30 05:54:04 +02:00
pieter
34da2552dd
Implemented the offset parameter.
...
Implemented the offset parameter for the getUpdates API call according to https://core.telegram.org/bots/api#getupdates
In short: the offset is calculated by adding 1 to the id of the last received Update.
Caching messages in a list is now redundant, so the cache is removed. Only the id of the last received Update is kept for future getUpdates calls.
2015-06-30 05:49:35 +02:00
FrankWang
8eda6a4f13
Revert "...actually implemented the offset in TeleBot#get_update now..."
2015-06-30 10:00:19 +08:00
pieter
37ffcdf6a6
...actually implemented the offset now...
2015-06-30 03:39:36 +02:00
pieter
64811a3960
- Implemented an optional "offset" argument in apihelper.py.
...
- TeleBot#get_update now makes use of this argument, which improves the efficiency of the method.
- Removed useless req.status_code statement in apihelper.py#send_data
2015-06-30 01:44:14 +02:00
eternnoir
dd0f7ab1d5
Send chat action support.
2015-06-28 17:56:32 +08:00
eternnoir
8898e3b8cc
Add some comment.
2015-06-28 17:27:25 +08:00
eternnoir
7c1c982b3f
Add try to polling getUpdates.
2015-06-27 22:31:40 +08:00
eternnoir
cd0b85c03c
sendLocation method supported.
2015-06-27 22:11:18 +08:00
eternnoir
343b8ebc85
Add ApiError exception.
2015-06-27 21:55:45 +08:00
eternnoir
cc4ff12103
Change telebot polling thread to daemon. fix #2
2015-06-27 10:03:02 +08:00
eternnoir
a62139fafc
Add some comment
2015-06-27 02:14:45 +08:00
eternnoir
70b63fddc1
send file methods done.
2015-06-27 01:53:07 +08:00
eternnoir
67aaed4f20
Forward message method done.
2015-06-26 22:35:52 +08:00
eternnoir
b5748b4d1f
Add message cache buffer.
2015-06-26 22:16:11 +08:00
eternnoir
77948dd027
get updates and polling done.
2015-06-26 18:02:30 +08:00
eternnoir
ba2e1662cd
Method getMe done.
2015-06-26 15:46:02 +08:00
eternnoir
9c3886f332
First Init.
2015-06-26 14:55:13 +08:00