Local Deploying

Don’t assume that it’s hard to deploy locally. There are various upsides and downsides but I won’t go in details. Let’s move to steps.

Requirements

PC : Python must be installed (including pip),

Android : Termux, Termux Python and Git must be installed.

Steps

Now you need to follow these steps. Run commands in Command Prompt (PC) or Termux (Android)

  1. First you need the code on your device. Enter a directory where you will keep th code.

$ git clone https://github.com/StarkBotsIndustries/StarkUserbot.git

Now enter the StarkUserbot directory

  1. Install all the requirements

$ pip install -r requirements.txt
  1. Go to StarkUserbot/StarkUserbot/config.env.example. Follow its first line and then fill environment variables.

  1. Run StarkUserbot/StarkUserbot/__main__.py

$ python StarkUserbot