pyUltroid
#
py-Ultroid LibraryA stable userbot base library, based on Telethon.
#
Installationpip install py-Ultroid
#
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.
=> Runpython -m pyUltroid
to start the bot.
#
Creating pluginsTo work everywhere
To work only in groups
Assistant Plugins 👇