https://github.com/eliyas5044/link-preview-api
Link preview (unfurl) API based on Python.
https://github.com/eliyas5044/link-preview-api
heorku link-preview preview preview-links python unfurl
Last synced: 10 months ago
JSON representation
Link preview (unfurl) API based on Python.
- Host: GitHub
- URL: https://github.com/eliyas5044/link-preview-api
- Owner: eliyas5044
- Created: 2022-01-11T10:40:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-11T10:40:58.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T04:28:19.746Z (11 months ago)
- Topics: heorku, link-preview, preview, preview-links, python, unfurl
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Link Preview (unfurl)
Install the Heroku CLI
Download and install the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-command-line).
If you haven't already, log in to your Heroku account and follow the prompts to create a new SSH public key.
```bash
heroku login
```
Add heroku remote if you already have app from heroku dashboard
```
heroku git:remote -a preview-link
```
Create heroku app
```
heroku create preview-link
```
Push to heroku
```
git push heroku main
```