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
License
This project is licensed under a Custom Non-Commercial License.
- ✔️ Free for non-commercial, personal, and academic use
- ❌ Commercial use is prohibited without prior permission
- 📎 Must credit the original author (devmjun)
See LICENSE for full details.
Copyright (c) 2025 minjun ju (dev.mjun@gmail.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to use, copy, and modify the Software solely for non-commercial and educational purposes, subject to the following conditions:
-
Non-commercial Use Only: This Software may not be used, in whole or in part, for commercial advantage or monetary compensation without explicit prior written permission from the author. This includes use in products, services, or any revenue-generating activities.
-
Attribution Required: Any use of the Software must include proper attribution by:
- Clearly stating the original author: minjun ju
- Including a link to the original repository: https://github.com/devmjun/tor-request
- Indicating whether any modifications were made
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-
No Endorsement: You may not use the name of the author or contributors to promote derived products or services without prior written consent.
-
Modification: You may modify and adapt the Software for non-commercial use, but any distribution of modified versions must also comply with the above conditions.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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
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
File details
Details for the file telm_bot-0.0.2.tar.gz.
File metadata
- Download URL: telm_bot-0.0.2.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0beb2b00f3a66f546ef86120e03086f72480cf803f63c11ba7f1c59199f7c86a
|
|
| MD5 |
92c46027690282b1d4f5837ac1900eae
|
|
| BLAKE2b-256 |
3ddd2b3fe47d3b8b4e8819fd205d460458cb4a80d2151b10ff43822fd2a38d14
|
File details
Details for the file telm_bot-0.0.2-py3-none-any.whl.
File metadata
- Download URL: telm_bot-0.0.2-py3-none-any.whl
- Upload date:
- Size: 33.1 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 |
ba9305cb4b6d1dd2d59270dcaae74b2871342639d23fb3655c0bf175ab809113
|
|
| MD5 |
30eb399ae4e6da40ad2a0d1b8b70fcb1
|
|
| BLAKE2b-256 |
b792dd7530c73e0c0402117b9981efb7649ae1bc89dcb4f2b1bdb1355c948943
|