Skip to content

lucasportella/tech-news

Repository files navigation

tech-news

Web scraping tecmundo.com.br with python

Description

In this project, I've created a web scrapper for the site tecmundo.com.br, you can utilize a menu to find tecmundo news and search their news by title, date, source and category.

Requirements

  • python3
  • mongoDB server running on your local machine

How to install

  • Download the the code with git clone git@github.com:lucasportella/tech-news.git
  • Enter the directory and open the terminal.
  • Run the following commands:
    • python3 -m venv .venv && source .venv/bin/activate
    • python3 -m pip install -r dev-requirements.txt
    • tech-news-analyzer
  • Select an option from the menu (select 0 then the number of news you want to populate database)

About

Web scraping tecmundo.com.br with python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages