Update README.md

This commit is contained in:
Hafitz Setya 2021-02-14 11:59:59 +07:00 committed by GitHub
parent 49f893e1b8
commit d403367bbf
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,10 @@ Original Source [Ayanamileechbot](https://gitlab.com/Dank-del/ayanamileechbot)
git clone https://github.com/breakdowns/slam-mirrorbot mirrorbot/
cd mirrorbot
```
- Generate session string by running:
```
python3 generate_string_session.py
```
## Getting Google OAuth API credential file
@ -29,11 +33,6 @@ cd mirrorbot
pip install google-api-python-client google-auth-httplib2 google-auth-oauthlib
python3 generate_drive_token.py
```
## Session String
- Generate session string by running:
```
python3 generate_string_session.py
```
## Deploying on Heroku