pyrofork/pyrogram/storage
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
..
__init__.py Pyrofork: Add Mongodb Session Storage 2023-08-18 03:37:39 +07:00
dummy_client.py Pyrofork: Add Mongodb Session Storage 2023-08-18 03:37:39 +07:00
file_storage.py Introduce back some previously reverted changes 2022-12-27 13:40:42 +01:00
memory_storage.py Update the session string format 2022-04-24 11:56:07 +02:00
mongo_storage.py Pyrofork: Add Mongodb Session Storage 2023-08-18 03:37:39 +07:00
sqlite_storage.py Introduce back some previously reverted changes 2022-12-27 13:40:42 +01:00
storage.py Remove unused import 2022-04-29 11:02:58 +02:00