Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 777 Bytes

File metadata and controls

13 lines (8 loc) · 777 Bytes

CBR Scraper

This is a simple scraper for the CBR website.

It is written in Python and uses the BeautifulSoup library for parsing HTML and the Requests library for making HTTP requests.

In addition, it uses the Rich library for displaying the results in a nice way.

Usage

The scraper uses the Poetry package manager to manage dependencies. To install the dependencies, run poetry install.

And to run the scraper, run poetry run python main.py.

The scraper does not take any user input. It will scrape all the featured articles on CBR and display the results in the terminal.