Commit graph

155 commits

Author SHA1 Message Date
Alex Root Junior
2323771cb9 Bump versions and URL's 2020-01-01 16:55:33 +02:00
Alex Root Junior
c19e2a0d42
Merge pull request #248 from a6a3uh/fix_socks_login
Latest version of aiohttp_socks changed interface
2020-01-01 16:41:25 +02:00
Alex Root Junior
9115a44be6 Backport of text decoration utils from 3.0 2020-01-01 16:39:31 +02:00
Alex Root Junior
778913d51f
Merge branch 'dev-2.x' into shortcut 2020-01-01 01:07:23 +02:00
Gabben
655554862d New Sticker shortcuts
- New delete_from_set shortcut
- Fix docs
2020-01-01 00:53:41 +05:00
Gabben
98d3f789d2 Add chat shortcast 2020-01-01 00:09:22 +05:00
Gabben
5ea0aa095d New method from Bot API 4.5
- setChatAdministratorCustomTitle
2019-12-31 23:00:37 +05:00
Ali Tlisov
c0353b802d fixed socks proxy usage 2019-12-29 18:49:46 +03:00
Oleg A
4523a1cab3 #239 added token type validation 2019-11-23 12:45:47 +03:00
Oleg A
f5d008938f #239 added check for right part of token exists; removed check for left part length 2019-11-23 11:46:50 +03:00
Alex Root Junior
cb4f459597 Fix typing for until_date argument (can be datetime or timedelta) 2019-10-29 21:19:55 +02:00
Alex Root Junior
bd90c726b5 Fix Bot.__del__ for cases when event loop is closed 2019-10-14 14:53:12 +03:00
Vasiliy
f13a14c5ef
Fixed send_poll required params 2019-10-05 20:23:54 +04:00
Alex Root Junior
e56be672a3 Safe close aiohttp session when delete bot instance 2019-09-01 14:46:51 +03:00
Evgen
1e75f59f57
Fix error with set_chat_permissions
I think it should work (I haven't tested it)
2019-08-27 13:28:11 +05:00
Suren Khorenyan
7863f052d9 Refactor aiogram/utils/auth_widget.py
+ fix check auth widget token in BaseBot, fix tests
2019-08-16 22:36:11 +03:00
Alex Root Junior
14f273702b Bump version 2019-08-04 19:43:25 +03:00
Alex Root Junior
cbaf826be1 Add support for new chat permissions 2019-08-04 19:43:07 +03:00
WeatherControl
edfc74069e 2019-07-18 15:38:00 +03:00
Alex Root Junior
403d93d490
Merge pull request #130 from gabbhack/different_bot_tokens
Different bot tokens
2019-06-09 21:30:28 +03:00
Alex RootJunior
b70778fcdb Update to 4.3 Bot API. LoginUrl. 2019-06-01 15:16:28 +03:00
0623forbidden
71466c4960 Add get_url method for Downloadable 2019-05-24 17:54:48 +07:00
Nikita
1e1becd88e Make check_result func sync 2019-05-12 11:40:44 +05:00
Nikita
9ef3a630d1 Update base.py 2019-05-12 11:35:45 +05:00
Nikita
49157af59b Update base.py 2019-05-03 16:09:55 +05:00
Nikita
5580cdaa06 Update base.py 2019-05-03 16:08:23 +05:00
Nikita
3025d981be Implements opportunity to create temporary instance of bot with different tokens 2019-05-03 15:45:08 +05:00
Nikita
8a55b67715 Type hint and fix parse_mode parameter
Fix: t.me/aiogram_ru/54632
2019-04-28 23:33:34 +05:00
Alex RootJunior
beca19b5e2 Implements opportunity to change request timeouts 2019-04-17 23:24:23 +03:00
Alex RootJunior
71c49fd08b Small changes 2019-04-16 00:22:22 +03:00
Alex RootJunior
599e87ec13 Bump polls to latest API version (Naming and location) 2019-04-15 23:38:17 +03:00
Alex RootJunior
e2e2d9c9fe Implemented polls [From test API] 2019-04-11 00:32:46 +03:00
Oleg A
7c0ada5897 Replaced 'ssl_context' kwarg with 'ssl' cause: DeprecationWarning: ssl_context is deprecated, use ssl=context instead 2019-02-25 15:43:18 +03:00
Dmitry Sobolev
e73533d487 DNS over socks proxy 2019-01-25 13:16:52 +05:00
Alex Root Junior
c153fcfe8d Update captions length 2018-10-28 19:39:36 +02:00
Alex Root Junior
e0a832f5ba Remove BaseBot._data = {} 2018-10-21 20:58:48 +03:00
Alex Root Junior
39c333251f Rewrite contextvar usage. Implemented ContextInstanceMixin and DataMixin 2018-10-20 15:55:57 +03:00
Alex Root Junior
afb73fdb5c Bad arguments 2018-09-22 21:51:01 +03:00
Alex Root Junior
01dc74a118 Reformat API module. 2018-09-21 22:48:10 +03:00
Alex Root Junior
92ab598547 Merge remote-tracking branch 'origin/dev-2.x' into dev-2.x 2018-09-07 23:18:16 +03:00
Alex Root Junior
7a55c040ee Write docs and small fixes. 2018-09-07 21:24:13 +03:00
t0rr
734623ae71 #65 bug fix with no proxy_auth 2018-08-17 12:18:22 +03:00
Alex Root Junior
5466f0c342 Set requests timeout 2018-08-14 00:13:37 +03:00
Alex Root Junior
e31e08a072 Proxy & proxy_auth is not needed when used aiohttp_socks 2018-08-13 23:28:49 +03:00
Alex Root Junior
d5290647c5 Remove Connectors mechanism and use aiohttp_socks instead of aiosocksy for Socks4/Socks5 proxies 2018-08-13 23:25:17 +03:00
Alex Root Junior
4d7555b1c3 Rewrite file uploading mechanism. Allow to send thumbs (Bot API 4.0). 2018-08-13 22:42:10 +03:00
Alex Root Junior
b2d202bb5d Remove "context" middleware. Rename "bot" middleware to "environment". 2018-08-09 19:37:09 +03:00
Alex Root Junior
a992f670c1 Merge remote-tracking branch 'origin/dev-2.x' into dev-2.x 2018-08-07 14:08:17 +03:00
Alex Root Junior
2c7a7dfce0 Fix docs warnings 2018-08-05 20:37:49 +03:00
Alex Root Junior
272cf155f2 Merge branch 'master' into dev-2.x
# Conflicts:
#	aiogram/__init__.py
#	aiogram/utils/json.py
2018-08-03 23:14:25 +03:00