An open API service indexing awesome lists of open source software.

https://github.com/mrrezoo/goodreads-peewee-python

simple project on command-line | goodreads.com
https://github.com/mrrezoo/goodreads-peewee-python

beautifulsoup4 bs4 crawling orm peewee python requests scraping

Last synced: 8 months ago
JSON representation

simple project on command-line | goodreads.com

Awesome Lists containing this project

README

          

## Practical Web Scraping and Crawling for Data Science: Best Practices and Examples with Python

Hello friends of this [Mr.Rezoo](https://www.linkedin.com/in/reza-mobaraki/)

In this project, we reconstructed the goodreads site with python and peewee package in terminal
## Table of contents

* [General info](#General-info)
* [Technologies](#Technologies)
* [Help](#Help)
* [Setup](#Setup)
* [Credits](#credits)
* [Contributors](#Contributors)
* [License](#license)

## General info

https://www.goodreads.com/

## Technologies

Project is created with:

* Python: 3.9
* peewee: 3.14

## Help

If you are considering a particular method, more modern technology Add to my
project and send merge request, I will add you in the credits and contributors
section

## setup

* first step : create virtual environment

```shell
virtualenv -p python3 venv
```

* second step : activate virtual environment

```shell
source venv/bin/activate
```

* third step : install package | library from requirements.txt

```shell
pip install -r requirements.txt
```

## Credits

* [7learn](https://www.7learn.ac/)

## Contributors

* [MrRezoo](https://github.com/MrRezoo)

## License

Distributed under the MIT License. See [license](LICENSE) for more information.