Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
ColinTheShark edited this page Apr 9, 2020 · 1 revision

Setup

Though the setup should be relatively straightforward, some might still run into complications. This Wiki page aims to resolve those issues completely.


PyroBot is a Telegram Userbot that relies on several dependencies that are always kept up-to-date in the requirements file.

While using a Virtual Environment is optional, it is highly recommended to use one to not have PyroBots dependencies potentially interfere with other programs installed on your machine. You can leave out Steps 3 and 4 if you like.

  1. Get API Credentials from Telegram. Save these for later.
  2. Clone the repository (duh) git clone https://github.com/ColinTheShark/PyroBot
  3. Enter the PyroBot directory cd PyroBot
  4. Set up a Virtual Environment python -m venv venv
  5. Activate the new VEnv source venv/bin/activate
  6. Install all requirements python -m pip install -r requirements.txt
  7. Copy or Rename the Sample Config mv pyrobot.ini.sample pyrobot.ini
  8. Edit the API Credentials from 0. into the Config file. nano pyrobot.ini
  9. Start PyroBot python -m pyrobot

PyroBot Wiki


Clone this wiki locally