Pinterest Photo Recommender
Welcome to the official Autopin repository. This project aims to recommend photos from various Pinterest Explore topics through an automated CLI. The CLI displays links to images extracted through web scraping.
This project utilizes the following technologies:
- Requests
- BeautifulSoup4
This web scraping project is not complex enough to warrant the use of more robust tools like Scrapy. Therefore, we opted for libraries that are simpler to implement and provide quick results.
As I am studying Robotic Process Automation (RPA), specifically focusing on web scraping, I decided to undertake this project to apply the knowledge I acquired to a lightweight theme.
Coming soon...
Coming soon...
We welcome contributions from the community. If you discover a bug, have a feature request, or would like to propose a change, please follow the steps below:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
orbugfix/your-bug-fix
. - Make your changes and commit them:
git commit -m 'Description of your changes'
. - Push to the branch:
git push origin feature/your-feature
. - Open a pull request.