Skip to main content

aiopg storage for pyrogram

Project description

Pyrogram aiopg storage

Motivation

I need to work with multiple telegram session and keep all of them in a single PostgreSQL database. I use aiopg with SQLAlchemy hence I've written a wrapper for this stack. Maybe someone also requires such

Usage

import aiopg.sa
from pyrogram import Client
from pyrogram_aiopg_storage import PostgreSQLStorage

db_pool = await aiopg.sa.create_engine(...)
session = PostgreSQLStorage(db_pool=db_pool, user_id=..., phone=...)
pyrogram = Client(session_name=session)
await pyrogram.connect()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyrogram-aiopg-storage-0.3.tar.gz (4.3 kB view details)

Uploaded Source

File details

Details for the file pyrogram-aiopg-storage-0.3.tar.gz.

File metadata

  • Download URL: pyrogram-aiopg-storage-0.3.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.8.0 tqdm/4.27.0 CPython/3.7.0

File hashes

Hashes for pyrogram-aiopg-storage-0.3.tar.gz
Algorithm Hash digest
SHA256 1f0784f2e23a088b3fe664f21894018613d7e6f0d6381a4c8d61669e9847696e
MD5 3c75db07798763cca5405cb570bbdfe8
BLAKE2b-256 3dd7cc2572c64456a67ea48a71a01cc5713492c9da3df80f77a0d5c8a28ea93e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page