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!
- Host: GitHub
- URL: https://github.com/mmdbalkhi/botsoroushplus
- Owner: mmdbalkhi
- License: gpl-3.0
- Created: 2021-02-02T12:05:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T07:57:44.000Z (over 3 years ago)
- Last Synced: 2024-10-11T21:42:59.398Z (over 1 year ago)
- Topics: bot, python, python3, robot, soroushplus
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)