This mini script was written to grab Python-related blog posts from the Teclado Blog Site(https://blog.teclado.com). Not an automated web scraper, but scrapes blog posts when application runs, and saves to a json file. Built with Python and BeautifulSoup4.
-
Download code from this repository
-
With Python(Python3, 3.6 and above) installed and while in your preferred directory, install virtual environment, create virtual environment, activate virtual environment and install required dependencies from requirements.txt file(in sequential order below)
For Linux & MacOS
pip3 install virtualenv
python3 -m venv <env-name>
source <env-name>/bin/activate
install -r requirements.txtFor Windows
pip install virtualenv
py -m venv <env-name>
<your-env>\Scripts\activate
install -r requirements.txt- Run application
python app.py- Rest API developer, Web developer in Python and Flask
- Email oduazubike@gmail.com
- Twitter @Azubuikemadu