Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdbose/url-previwer
URL Previewer using Python( Flask ).
https://github.com/bdbose/url-previwer
flask hacktoberfest html javascript python
Last synced: about 6 hours 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T16:13:40.000Z (about 3 years ago)
- Last Synced: 2024-05-02T03:26:55.526Z (7 months 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