Update README.md

This commit is contained in:
powermaker450 2024-05-31 20:35:44 -04:00 committed by GitHub
parent 7d29923890
commit 0cec8101b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,10 +13,14 @@ Create an OAuth2 application for this server. Like it says, **write down the sec
Now you have Pufferpanel, a server, it's server ID (randomly generated 8 character string, usually displayed in the URL in the browser), client ID and secret ID. Now you have Pufferpanel, a server, it's server ID (randomly generated 8 character string, usually displayed in the URL in the browser), client ID and secret ID.
Make sure you have the requests and json modules available. Make sure you have the requests module available.
### Usage ### Usage
```bash
pip install puffb
```
```python ```python
import puffb import puffb