Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philippkeller/backl-messaging-example-python
https://github.com/philippkeller/backl-messaging-example-python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/philippkeller/backl-messaging-example-python
- Owner: philippkeller
- Created: 2023-08-13T06:20:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-27T14:04:41.000Z (5 months ago)
- Last Synced: 2024-07-28T12:30:05.964Z (5 months ago)
- Language: HTML
- Homepage: https://backl-messaging-example-python.vercel.app
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fexamples%2Ftree%2Fmain%2Fpython%2Fflask&demo-title=Flask%20%2B%20Vercel&demo-description=Use%20Flask%202%20on%20Vercel%20with%20Serverless%20Functions%20using%20the%20Python%20Runtime.&demo-url=https%3A%2F%2Fflask-python-template.vercel.app%2F&demo-image=https://assets.vercel.com/image/upload/v1669994156/random/flask.png)
# backl.io
This is a minimal example for backl.io's messaging api. It creates a email message containing several information of the page (owner) you want to reach out to:
- name of the recipient
- title of the page
- sub-title under which the link of your competitor was found## Running Locally
```bash
npm i -g vercel
vercel dev
```Your Flask application is now available at `http://localhost:3000`.
### Expose it to the internet
Serveo offers a great free way to expose your local server to the internet:
`ssh -R {identifier}:80:localhost:3000 serveo.net`
Your server is now available at `http://{identifier}.serveo.net`.