Browse Source

Update README.md

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

10
README.md

@ -102,6 +102,14 @@ if __name__ == "__main__":
## New donations in real-time without Oauth2
```py
from donationalerts_api import Alert
```
alert = Alert("token")
@alert.event()
def new_donation(event):
print(event)
```

Loading…
Cancel
Save