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
- Host: GitHub
- URL: https://github.com/mrrezoo/goodreads-peewee-python
- Owner: MrRezoo
- License: mit
- Created: 2021-04-15T12:28:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-25T20:53:17.000Z (over 4 years ago)
- Last Synced: 2024-12-27T08:13:52.580Z (9 months ago)
- Topics: beautifulsoup4, bs4, crawling, orm, peewee, python, requests, scraping
- Language: Python
- Homepage: https://www.linkedin.com/in/reza-mobaraki/
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.