Skip to content

M0nero/flask_sql_scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask_sql_scrapper

Akbarov Damir, Orujova Elmira SE-2008

Flask application that allows to search new about cryptocurrency and output it

Installation

To do this project following libraries required: Flask, Flask SQLAlchemy, beautifulsoup, Psycopg2. Below shown the installation

pip install beautifulsoup4
pip install Flask
pip install Flask-SQLAlchemy
pip install requests
pip install psycopg2

Install script

git clone https://github.com/M0nero/flask_sql_scrapper.git

cd flask_sql_scrapper

#create venv

Usage

User needs to change password and enter his/her password from DBMS, in my case it is '123'

app = Flask(__name__, template_folder='../templates', static_url_path='', static_folder='../static')

app.config['SQLALCHEMY_DATABASE_URI'] = 'postgresql:https://postgres:123@localhost:5432/jwt_flask'

app.config['SECRET_KEY'] = 'thisismyflasksecretkey'

alt text

Examples

/when user just opened the page

alt text

/when user entered the name of coin and clicked search

alt text

/when user enters unknown coin alt text

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages