https://github.com/bdbose/url-previwer
URL Previewer using Python( Flask ).
https://github.com/bdbose/url-previwer
flask hacktoberfest html javascript python
Last synced: 11 months ago
JSON representation
URL Previewer using Python( Flask ).
- Host: GitHub
- URL: https://github.com/bdbose/url-previwer
- Owner: bdbose
- Created: 2021-04-24T18:05:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T16:13:40.000Z (over 4 years ago)
- Last Synced: 2025-04-04T14:37:41.115Z (about 1 year ago)
- Topics: flask, hacktoberfest, html, javascript, python
- Language: HTML
- Homepage:
- Size: 67.4 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Url Previwer using python
## Libs used :
- Flask
- Requests
- bs4
- Flask Cors
## Description:
This helps to preview urls. Takes Url as input and returns thumbnail, title, and description of the url.
Backend is made with Flask returns api [GET] `/api/?url=https://bosecode.netlify.app/` .
Frontend is simple javascript ,html and css.
# To setup and run
```
pip install -r requirements.txt
set FLASK_APP=app.py
flask run
```
## Preview