Browse Source

Update README.md

main
Fsoky Community 4 years ago
committed by GitHub
parent
commit
47e2d56630
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -102,7 +102,7 @@ if __name__ == "__main__":
## New donations in real-time without Oauth2
![token](https://imgur.com/8SbpEQu)
![token](https://github.com/Fsoky/Donation-Alerts-API-Python/blob/main/Screenshot_2.png)
```py
from donationalerts_api import Alert
@ -113,3 +113,5 @@ alert = Alert("token")
def new_donation(event):
print(event)
```
![example](https://github.com/Fsoky/Donation-Alerts-API-Python/blob/main/Screenshot_1.png)

Loading…
Cancel
Save