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

https://github.com/mmdbalkhi/botsoroushplus

A service to find good books!
https://github.com/mmdbalkhi/botsoroushplus

bot python python3 robot soroushplus

Last synced: 11 months ago
JSON representation

A service to find good books!

Awesome Lists containing this project

README

          

# 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 .

``` bash
git clone https://github.com/KomeilParseh/botSoroushPlus.git && cd botSoroushPlus
```

3. Make development environment ready using commands below


```bash
virtualenv -p python3 venv # Create virtualenv named build
```

```bash
source venv/bin/activate
```

```bash
pip install -r requirements.txt
```

```bash
cp config.py.sample config.py
```

4. edit `bot.py` and add your token:

``` python

BOT_TOKEN = "your token"

```

power by [goodreads.com](https://www.goodreads.com/)