Update README.md
This commit is contained in:
parent
49f893e1b8
commit
d403367bbf
|
|
@ -13,6 +13,10 @@ Original Source [Ayanamileechbot](https://gitlab.com/Dank-del/ayanamileechbot)
|
||||||
git clone https://github.com/breakdowns/slam-mirrorbot mirrorbot/
|
git clone https://github.com/breakdowns/slam-mirrorbot mirrorbot/
|
||||||
cd mirrorbot
|
cd mirrorbot
|
||||||
```
|
```
|
||||||
|
- Generate session string by running:
|
||||||
|
```
|
||||||
|
python3 generate_string_session.py
|
||||||
|
```
|
||||||
|
|
||||||
## Getting Google OAuth API credential file
|
## Getting Google OAuth API credential file
|
||||||
|
|
||||||
|
|
@ -29,11 +33,6 @@ cd mirrorbot
|
||||||
pip install google-api-python-client google-auth-httplib2 google-auth-oauthlib
|
pip install google-api-python-client google-auth-httplib2 google-auth-oauthlib
|
||||||
python3 generate_drive_token.py
|
python3 generate_drive_token.py
|
||||||
```
|
```
|
||||||
## Session String
|
|
||||||
- Generate session string by running:
|
|
||||||
```
|
|
||||||
python3 generate_string_session.py
|
|
||||||
```
|
|
||||||
|
|
||||||
## Deploying on Heroku
|
## Deploying on Heroku
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue