Skip to content

Async Abstract Transport Class based on Redis Async to connect system logic to different messengers clients such as Telegram, Discord

Notifications You must be signed in to change notification settings

vzip/async_abc_transport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Async abstract transport

  • module for import in to project as a AbstractConnectorAsync class. Useful in cases where you have many different messangers clients and one or more others logic instances to connect all together.
  • Architecture: async abstract class transport with handlers. Based on Redis Async for queues on receive, send methods. Packed in docker instances.
  • abc_handler/: Module directory.
    • init.py: Initialization file for the Python package.
    • abc_async_transport.py: Defines the AbstractConnectorAsync class for all connectors.
    • config_queue.py: Defines queues to listen in the AbstractConnectorAsync class for all connectors.
    • handlers.py: Contains handler classes for processing messages.

About

Async Abstract Transport Class based on Redis Async to connect system logic to different messengers clients such as Telegram, Discord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages