Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/resend/resend-python-example
This example shows how to use Resend with Python
https://github.com/resend/resend-python-example
Last synced: 5 days ago
JSON representation
This example shows how to use Resend with Python
- Host: GitHub
- URL: https://github.com/resend/resend-python-example
- Owner: resend
- License: mit
- Created: 2023-06-02T21:21:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-02T23:43:25.000Z (8 months ago)
- Last Synced: 2024-04-16T05:07:00.402Z (7 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resend with Python
This example shows how to use Resend with [Python](https://www.python.org).
## Prerequisites
To get the most out of this guide, you’ll need to:
* [Create an API key](https://resend.com/api-keys)
* [Verify your domain](https://resend.com/domains)## Installation
Get the [Resend Python SDK](https://github.com/resendlabs/resend-python).
```sh
pip install resend
```## Instructions
1. Define the `RESEND_API_KEY` environment variable using your API key.
2. Execute the following command:
```sh
python3 index.py
```## License
MIT License