Skip to main content

A telegram bot to generate OTPs

Project description

License: MIT PyPI version Gitlab pipeline status Python code style

Yet Another OTP Bot

A Telegram Bot to generate OTPs.

@yaotpbot

Architecture

Architecture of bot

Software

Yaotpbot is written in Python and use telegram-bot-api to interact with Telegram.

Infrastructure

A DynamoDB table it's used to store the identifiers of the chats and all the related seeds, needed to generate OTPs. All those information are stored encrypted and just decrpyted at runtime, using dynamodb-encryption-sdk library with AES encryption.

Deployment

CI/CD is automated with GitOps. in particular:

  • The pipeline
  • The operator deploys and keep synced the manifests created on a local k3s cluster.

Installation and usage

The bot can either be used as a container (registry) or installed directly with pip running

pip3 install --upgrade yaotpbot 

Note that following environment variables must be set:

Name Description
TELEGRAM_API_TOKEN Telegram Api Token of your bot needed to interact with Telegram. You always get a new one when creating a new bot.
DYNAMO_DB_ENDPOINT A custom DynamoDB endpoint when not using AWS. By default the bot looks for a table called yaotpbot-table using the credentials provided.
DYNAMO_AES_SIGN_KEY Key used to sign encrypted data stored on DynamoDB. Can be generated running python scrips/keys.py
DYNAMO_AES_ENCRYPTION_KEY Key used to encrypt data stored on DynamoDB. Can be generated running python scrips/keys.py
AWS_ACCESS_KEY_ID AWS access key id. Used with AWS_SECRET_ACCESS_KEY to interact with DynamoDB.
AWS_SECRET_ACCESS_KEY AWS secret access key. Used with AWS_ACCESS_KEY_ID to interact with DynamoDB.

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

yaotpbot-0.0.10.tar.gz (55.3 kB view details)

Uploaded Source

Built Distribution

yaotpbot-0.0.10-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

Details for the file yaotpbot-0.0.10.tar.gz.

File metadata

  • Download URL: yaotpbot-0.0.10.tar.gz
  • Upload date:
  • Size: 55.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.0

File hashes

Hashes for yaotpbot-0.0.10.tar.gz
Algorithm Hash digest
SHA256 b8d52f2b98c533b09d672e3174d6adcf94ac038f7078cb7bcac693585eb03b3c
MD5 12f1de8564b57efcdf95901a829b06d4
BLAKE2b-256 47af97c1cd89599ad8e40e10fc3029c0411162b3eded24facffb76fd2f6d8756

See more details on using hashes here.

File details

Details for the file yaotpbot-0.0.10-py3-none-any.whl.

File metadata

  • Download URL: yaotpbot-0.0.10-py3-none-any.whl
  • Upload date:
  • Size: 14.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.0

File hashes

Hashes for yaotpbot-0.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 ec42340ca7b583413ae45e0d13d009168b01e4d6dba832e3427b539920955f12
MD5 add20c0d0acf174b009675db9e5bc663
BLAKE2b-256 5704964e4581f5a92799e486bb35d766fea65ad4ab9c78e45acbefc2f952e09b

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