Scrap top Amharic books using python and BeautifulSoup
# Amharic Books Scraper
This repository contains a Python script that scrapes the top Amharic books from a specified website Goodreads using Beautiful Soup and converts the data into JSON format.
## Features
- Scrape book titles, authors, rating and their cover picture source.
- Converts the scraped data into a structured JSON format for easy access and manipulation.
## Requirements
- Python 3.x
- Beautiful Soup 4
- Request library