Skip to content

mmdbalkhi/botSoroushPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

botSoroushPlus

Soroush + bot with python

how to run

To run bot in development mode; Just use steps below:

  1. Install python3, virtualenv in your system.
  2. Clone the project .
git clone https://github.com/KomeilParseh/botSoroushPlus.git && cd botSoroushPlus
  1. Make development environment ready using commands below
virtualenv -p python3 venv  # Create virtualenv named build
source venv/bin/activate
pip install -r requirements.txt
cp config.py.sample config.py
  1. edit bot.py and add your token:
BOT_TOKEN = "your token"

power by goodreads.com