A Secure and Powerful Python-Telethon Based Library For RYNO Userbot.
Reason this release was yanked:
no
Project description
py-RYNO Library
A stable userbot base library, based on Telethon.
Installation
pip install py-RYNO
Usage
=> Create folders named plugins, addons, assistant and resources.
=> Add your plugins in the plugins folder and others accordingly.
=> Create a .env file with API_ID, API_HASH, SESSION,
BOT_TOKEN, BOT_USERNAME, REDIS_URI, REDIS_PASSWORD &
LOG_CHANNEL as mandatory environment variables. Check
.env.sample for more details.
=> Run python -m pyRYNO to start the bot.
Creating plugins
To work everywhere
@ultroid_cmd(
pattern="start",
)
async def _(e):
await eor(e, "RYNO Started")
To work only in groups
@ultroid_cmd(
pattern="start",
groups_only=True,
)
async def _(e):
await eor(e, "RYNO Started")
Assistant Plugins 👇
@asst_cmd("start")
async def _(e):
await e.reply("RYNO Started")
Made with 💕 by @OFFICIALRYNO.
Credits
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 py-RYNO8.tar.gz.
File metadata
- Download URL: py-RYNO8.tar.gz
- Upload date:
- Size: 41.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0f7b852342a8e6bbbb07ab0cec5b20f30b64e5682f05dbc7127c07c2b0f84e6
|
|
| MD5 |
b456957e5baccec8acb1c51d9637b341
|
|
| BLAKE2b-256 |
c6b1800f3343a388785c8ca22643fd2795551cfafe4bd72ab3e5f8f820009f37
|
File details
Details for the file py_RYNO8-2021.3.13-py3-none-any.whl.
File metadata
- Download URL: py_RYNO8-2021.3.13-py3-none-any.whl
- Upload date:
- Size: 62.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3116e9565054e5b6e78f137af5c60f0856c6388c14207b4210ad3d73a2b21df8
|
|
| MD5 |
0bf9d0b7ff0f1133b1ccc2332a459043
|
|
| BLAKE2b-256 |
ced11a071e9689c84421eac01ba873765388ec3aa42c9b99dda26b386afaff12
|