An open API service indexing awesome lists of open source software.

https://github.com/brokenbyteofcode/modubot

Welcome to official page of ModuBot! Here you can download and use bot!
https://github.com/brokenbyteofcode/modubot

Last synced: about 1 year ago
JSON representation

Welcome to official page of ModuBot! Here you can download and use bot!

Awesome Lists containing this project

README

          

**Welcome to ModuBot, your friendly Telegram UserBot powered by PyroGram!**

**Preparation**

Before you get started, follow these steps to set up your environment:

**Creating a Virtual Environment**

For Windows:
```bash
python -m venv Windows
Windows\Scripts\activate
```

For Linux:
```bash
python3 -m venv Linux
source Linux/bin/activate
```

After activating your virtual environment, make sure to install the necessary libraries by running:
```bash
pip install -r NeededLibs.txt
```

**Running ModuBot**

On Linux:
To start ModuBot, execute the following command:
```bash
./StartBotOnLinux.sh
```

On Windows:
Simply double-click `StartBotOnWindows.bat` to launch ModuBot.

**Conclusion and Recommendations**

You're all set! ModuBot is up and running, ready to assist you on Telegram. Enjoy exploring its features and customizations.

Don't forget, you can create your own modules too! Watch "TemplateOfModule" to get started with creating modules for ModuBot!