Core library of The Ultroid, a python based telegram userbot.
pip3 install -U py-Ultroid- Create folders named
plugins,addons,assistantandresources. - Add your plugins in the
pluginsfolder and others accordingly. - Create a
.envfile with following mandatory Environment VariablesAPI_ID API_HASH SESSION REDIS_URI REDIS_PASSWORD - Check
.env.samplefor more details. - Run
python3 -m pyUltroidto start the bot.
@ultroid_cmd(
pattern="start"
)
async def _(e):
await e.eor("Ultroid Started!") @ultroid_cmd(
pattern="start",
groups_only=True,
)
async def _(e):
await eor(e, "Ultroid Started.") @asst_cmd("start")
async def _(e):
await e.reply("Ultroid Started.") See more working plugins on the offical repository!
Made with 💕 by @TeamUltroid.
Ultroid is licensed under GNU Affero General Public License v3 or later.
