pyrofork/pyrogram
Animesh Murmu b43b20351f
Pyrofork: Add Mongodb Session Storage
Signed-off-by: wulan17 <wulan17@nusantararom.org>
Co-authored-by: wulan17 <wulan17@nusantararom.org>

Pyrofork: Use session name as database name, add some parameters informations and some cleanup (#3)

Changes to be committed:
	modified:   pyrogram/client.py
	modified:   pyrogram/storage/mongo_storage.py

Signed-off-by: wulan17 <wulan17@nusantararom.org>

PyroFork: storage: mongo: Use existing database connection

support both async_pymongo and motor

Signed-off-by: wulan17 <wulan17@nusantararom.org>

PyroFork: Use Dummy client object to check wether connection object is valid or not

Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-08-18 03:37:39 +07:00
..
connection Pyrofork: Add alt_port parameter to Client 2023-08-18 03:30:28 +07:00
crypto PyroFork: rebrand 2023-08-18 01:35:50 +07:00
enums Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
errors Add messages for mismatched checks 2022-12-25 15:08:02 +01:00
handlers Handle edited messages using a separate handler 2022-04-24 11:56:07 +02:00
methods PyroFork: Add Sticker methods and types 2023-08-18 03:30:37 +07:00
parser Lower the logging level of some log calls 2023-01-09 15:19:55 +01:00
raw Remove ability to access attributes via bracket notation 2022-04-24 11:56:06 +02:00
session Pyrofork: Add alt_port parameter to Client 2023-08-18 03:30:28 +07:00
storage Pyrofork: Add Mongodb Session Storage 2023-08-18 03:37:39 +07:00
types PyroFork: Add Sticker methods and types 2023-08-18 03:30:37 +07:00
__init__.py PyroFork: rebrand 2023-08-18 01:35:50 +07:00
client.py Pyrofork: Add Mongodb Session Storage 2023-08-18 03:37:39 +07:00
dispatcher.py Optimize log calls 2022-12-26 16:38:12 +01:00
emoji.py Update emoji.py 2022-01-31 21:27:58 +01:00
file_id.py Faster RLE codec implementation (#938) 2022-03-28 20:10:52 +02:00
filters.py Add media_spoiler filter 2022-12-30 15:09:21 +01:00
mime_types.py Update copyright year 2022-01-07 10:23:45 +01:00
py.typed Add py.typed file for enhanced type hinting (#838) 2022-01-29 13:39:25 +01:00
sync.py Add new function compose 2022-04-24 11:56:07 +02:00
utils.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00