Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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