A Python package for building Telegram bots using python-telegram-bot with Tor support.
Project description
Telegram Bot
TELEGRAM_BOT
Built with the tools and technologies:
Table of Contents
- Table of Contents
- Overview
- Features
- Project Structure
- Getting Started
- Roadmap
- Contributing
- License
- Acknowledgments
Overview
Features
❯ REPLACE-ME
Project Structure
└── /
├── LICENSE
├── README.md
├── assets
│ ├── cluster_html.html
│ ├── cluster_img.png
│ ├── img.jpeg
│ └── report.pdf
├── build.sh
├── dist
│ ├── telegram_bot-0.0.1-py3-none-any.whl
│ └── telegram_bot-0.0.1.tar.gz
├── poetry.lock
├── poetry.toml
├── pyproject.toml
├── ruff.toml
├── telegram_bot
│ ├── __init__.py
│ ├── __pycache__
│ ├── config
│ ├── core
│ ├── errors
│ ├── senders
│ ├── services
│ └── utiles
└── telegram_bot.egg-info
├── PKG-INFO
├── SOURCES.txt
├── dependency_links.txt
├── requires.txt
└── top_level.txt
Project Index
/
__root__
⦿ __root__
File Name Summary LICENSE Code>❯ REPLACE-ME pyproject.toml Code>❯ REPLACE-ME build.sh Code>❯ REPLACE-ME ruff.toml Code>❯ REPLACE-ME poetry.toml Code>❯ REPLACE-ME
telegram_bot.egg-info
⦿ telegram_bot.egg-info
File Name Summary PKG-INFO Code>❯ REPLACE-ME SOURCES.txt Code>❯ REPLACE-ME requires.txt Code>❯ REPLACE-ME top_level.txt Code>❯ REPLACE-ME dependency_links.txt Code>❯ REPLACE-ME
telegram_bot
⦿ telegram_botcore
⦿ telegram_bot.coresingle_tone
⦿ telegram_bot.core.single_tone
File Name Summary service.py Code>❯ REPLACE-ME interfaces
⦿ telegram_bot.core.interfaces
File Name Summary base_sender.py Code>❯ REPLACE-ME config
⦿ telegram_bot.config
File Name Summary telegram_send_config.py Code>❯ REPLACE-ME utiles
⦿ telegram_bot.utiles
File Name Summary get_logger.py Code>❯ REPLACE-ME format_base_header_message.py Code>❯ REPLACE-ME senders
⦿ telegram_bot.senders
File Name Summary text_sender.py Code>❯ REPLACE-ME media_group_sender.py Code>❯ REPLACE-ME document_sender.py Code>❯ REPLACE-ME errors
⦿ telegram_bot.errors
File Name Summary telegram_send_error.py Code>❯ REPLACE-ME services
⦿ telegram_bot.services
File Name Summary telegram_text_sender.py Code>❯ REPLACE-ME telegram_document_sender.py Code>❯ REPLACE-ME telegram_media_group_sender.py Code>❯ REPLACE-ME base
⦿ telegram_bot.services.base
File Name Summary base_telegram_sender.py Code>❯ REPLACE-ME
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
telm_bot-0.0.1.tar.gz
(20.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
telm_bot-0.0.1-py3-none-any.whl
(31.9 kB
view details)
File details
Details for the file telm_bot-0.0.1.tar.gz.
File metadata
- Download URL: telm_bot-0.0.1.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bad8f72393d8f074d88dcbccbea125fbf0afbbc0dd36d47fb94ec4149d8046cb
|
|
| MD5 |
f0b1b1b72796e5465554e50566774b59
|
|
| BLAKE2b-256 |
9bbf32abbc2fbfc975dea9982d71d5d5975214b00a3751a48804b77dd63bc49d
|
File details
Details for the file telm_bot-0.0.1-py3-none-any.whl.
File metadata
- Download URL: telm_bot-0.0.1-py3-none-any.whl
- Upload date:
- Size: 31.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3758cde970f1689d5dcc3e8e1f764263eca2afec36409039665a3e3d415f598
|
|
| MD5 |
04220c4cf538463d10111a184a050dc4
|
|
| BLAKE2b-256 |
11da6f094297e9e5252d631c42f552e78768b689a2eb69629ea1cbb6981b98c5
|