Unleash the Power of Quotes with BrainyQuote Scrapper - Your Ultimate Inspiration Companion!
View Demo
.
Report Bug
.
Request Feature
BrainyQuote Scrapper project is designed for educational purposes only. It is intended to demonstrate how web scraping can be used to extract information from websites and to provide a practical example for individuals interested in learning about web scraping techniques. The tool is not intended for commercial use, and users should only use it for educational purposes to comply with ethical and legal guidelines regarding web scraping.
Python, BeautifulSoup, and Requests for web scraping and data extraction.
Quotations Scraper is a Python script that uses web scraping techniques to extract quotes from the BrainyQuote website. It allows you to easily collect and analyze quotes for personal or professional use, such as for inspiration, research, social media posts, presentations, and more.
Python 3 installed on your machine The following Python packages installed: BeautifulSoup, Requests
- pip
pip install -r requirements.txt- Clone the repository to your local machine using the following command:
git clone https://github.com/hmseeb/brainyquotes-scrapper- Navigate to the project directory using the following command:
cd brainyquotes-scrapperRun the script using the following command:
python main.pySee the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Please also read through the Code Of Conduct before posting your first idea as well.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.