A little web scraping application in Beautiful Soup and Flask that provides the first 10 results of libgen.io
- Clone the repository
git clone https://github.com/MistyBlunch/leauty.git - You need to install python3.7, pip3 to run the following commands
pip install Flask pip install beautifulsoup4 - Enter to the root folder
leautyand run this command to export the appexport FLASK_APP=app.py - And then just run
flask run - Finally go to your web browser, enter
127.0.0.1:5000and have fun 🐷
Made with ❤️
