Custom Telethon Client for My Usage
Project description
Telethon Custom Client
This is a custom Telethon client package that I have created for my own usage. It is open source and available on GitHub. Feel free to explore the repository and use it if it fits your needs.
Installation
You can install this package from PyPI using pip:
pip install telethon-client
Usage
To use this custom Telethon client, you need to import it in your Python code:
from TeleClient import MyClient
# Create an instance of the custom client
bot = MyClient(api_id, api_hash, token) # if u wanna use user client use StringSession from telethon.sessions just like telethon
# Use the client to interact with the Telegram API
# ...
Make sure to replace api_id and api_hash with your own Telegram API credentials.
License
This project is licensed under the MIT License.
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 telethon-client-0.1.9.tar.gz.
File metadata
- Download URL: telethon-client-0.1.9.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
764ea0731ef3cb6144162f9614b995771013bee268765c0d0bb0f7180810b13c
|
|
| MD5 |
87151a5d76d0b0e97adfd33c80920c44
|
|
| BLAKE2b-256 |
7df423bd17d1cae1eaa53fcff3dd72a73a425ffa911f47fdb588f34c3bc2f383
|
File details
Details for the file telethon_client-0.1.9-py3-none-any.whl.
File metadata
- Download URL: telethon_client-0.1.9-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c49f51581a6ffc03015b8fad011ff76f7ce4ef7ae8939ce618744c344544857e
|
|
| MD5 |
6475a577f85b428715bce98a5f24418c
|
|
| BLAKE2b-256 |
8842172659383e62b532b7476e114919422e67e924931e4a5ecb4f622d300ee1
|