FrankWang
47b53b8812
Merge pull request #649 from karipov/master
...
added creationdatebot to bots api list
2019-04-24 17:41:43 +08:00
Komron
2d0ebde481
added creationdatebot to bots api list
2019-04-24 11:29:52 +02:00
FrankWang
271b7e0642
Merge pull request #646 from airatk/master
...
Update README.md
2019-04-23 10:15:02 +08:00
Airat K
f516438360
Update README.md
2019-04-21 18:34:10 +03:00
SetazeR
7dc9abffc6
remove unnecessary f-strings
2019-04-16 07:38:50 +07:00
David Lorenzo
2285d0466e
update bot list
...
Remove areajugonesbot; add vigobustelegrambot
2019-04-09 11:32:15 +02:00
FrankWang
31dbe30489
Merge pull request #629 from iv8/patch-1
...
fix errors
2019-04-07 21:43:41 +08:00
iv8
c77307881d
fix errors
2019-03-04 15:24:55 +08:00
Victor Koropetskyi
1a58731fb7
Add 'method' parameter to methods that edit message
2019-02-23 16:15:20 +02: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
FrankWang
8005ca2f6c
Update example for api server check webhook alive.
2018-12-29 23:49:10 +08: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
KanerL
ceea457cf1
Update shipping option
...
Setting list of ShippingOptions like in payments_example.py
shipping_options = [
ShippingOption(id='instant', title='WorldWide Teleporter').add_price(LabeledPrice('Teleporter', 1000)),
ShippingOption(id='pickup', title='Local pickup').add_price(LabeledPrice('Pickup', 300))]
gives us [None,None],so It's better add_price to return self
2018-11-12 01:43:00 +02:00
Natanael Andrés Garrido
4131b05733
Update README.md
...
Adding another bot that user pyTelegramBotAPI.
2018-11-05 15:11:31 -03:00
Badiboy
ad4be5c0ae
Merge branch 'master' of https://github.com/eternnoir/pyTelegramBotAPI
2018-10-19 13:40:14 +03:00
FrankWang
a946b79839
Merge pull request #586 from khode-mohsen/patch-2
...
Update deep_linking.py
2018-10-19 10:08:05 +08:00
FrankWang
4eeca78f2f
Merge pull request #585 from khode-mohsen/patch-1
...
Update echo_bot.py
2018-10-19 10:07:55 +08:00
FrankWang
2d6c2a345f
Merge pull request #577 from rmed/master
...
Add check for parse_mode in BaseInlineQueryResultCached
2018-10-19 10:07:40 +08:00
FrankWang
e62eeb7ff2
Merge pull request #565 from uburuntu/analyzer-fixes
...
Some analyzer fixes
2018-10-19 10:06:37 +08:00
khode-mohsen
76fc8fbe5e
Update deep_linking.py
...
add '#!/usr/bin/python' for direct execute
2018-10-19 03:47:19 +03:30
khode-mohsen
584955962e
Update echo_bot.py
...
add '#!/usr/bin/env' for direct execute
2018-10-19 03:38:03 +03:30
FrankWang
b8f442d06b
Update Bots using this API
2018-10-09 17:32:27 +08:00
Rafael Medina
891988be93
Added check for parse_mode in BaseInlineQueryResultCached. Should fix #571
2018-09-15 20:25:06 +02:00
Ramzan Bekbulatov
8636b282d7
Merge branch 'master' into analyzer-fixes
2018-09-07 18:07:37 +03:00
eternnoir
2c57c5c01c
Update version.
2018-09-07 16:02:03 +08:00
FrankWang
07b82dc9b0
Merge pull request #575 from uburuntu/reset_session
...
Reset requests.Session feature
2018-09-07 15:56:59 +08:00
FrankWang
a850a0d94f
Merge pull request #554 from uburuntu/patch-1
...
Pretty formatted docs for PyPI
2018-09-07 15:55:23 +08:00
FrankWang
d4f1444503
Merge pull request #574 from setazer/master
...
fix typo + add inline keyboard example
2018-09-07 15:54:11 +08:00
uburuntu
bab9f7bbb9
enh: reset requests.Session feature
...
Need for proxy changing and other reconnection stuff
2018-09-06 12:48:08 +03:00
SetazeR
d9ace2adc8
fix typo + add inline keyboard example
2018-09-05 12:34:19 +07: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
uburuntu
65a272b901
fix: python 2/3 compatibility in examples
2018-08-17 12:47:44 +03:00
uburuntu
6a4c7e731b
fix: delete doubled Sticker class (left a new one)
2018-08-17 12:46:40 +03:00
FrankWang
2b3c86b647
Merge pull request #562 from uburuntu/InputMedia
...
fix: python2 positional argument specifiers
2018-08-14 22:37:39 +08:00
uburuntu
e419214b49
fix: python2 positional argument specifiers
2018-08-14 17:29:35 +03:00
FrankWang
fe6959c38e
Merge pull request #561 from uburuntu/InputMedia
...
fix: support python2 super()
2018-08-14 21:58:48 +08:00
uburuntu
7dd53b1396
fix: support python2 super()
2018-08-14 12:23:15 +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
cf69a06ab8
enh: make code better and enhance test case
2018-08-10 16:48:09 +03: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
FrankWang
12dbcb56d3
Update README.md
2018-08-09 08:45:07 +08:00
FrankWang
a46975d038
Merge pull request #556 from Andru1999/patch-2
...
Fix issue When you use threading mode
2018-08-08 10:06:49 +08:00
Andru1999
494b535a91
Fix issue When you use threading mode
2018-08-08 10:46:23 +10:00
Ramzan Bekbulatov
74f75884f3
Delete now unused deprecated README.rst
2018-08-06 13:56:38 +03:00
Ramzan Bekbulatov
4eae469528
Use last version of README.md for PyPI docs with pretty formatting
...
https://packaging.python.org/specifications/core-metadata/#description-content-type
https://pypi.org/project/pyTelegramBotAPI/
2018-08-06 13:54:46 +03:00