This is an API in python3 to get quotes.
The idea is to use scrap the quotes from various websites (BrainyQuote,quoteload). We will use beautifulsoup4 for this.
To get started with this you can watch a small tutorial here.
Functionalities to be supported are:
- Get quotes from particular topic, categories. (love, classics, passion)
- Get quotes from particular person. (George Orwell, Stephen King, J.K Rowling, etc)
Convert this into a pip package. Read more about pip
here.
Guide on creating a pip
package here
Use what we have built till now to make a twitter bot which will tweet quotes everyday. Guide on creating a twitter bot here
We would love contributions from everyone. Some general guidelines are:
- Write neat code with proper comments.
- Follow PEP8 coding style.
- Write tests wherever necessary.
- Write descriptive commit messages.
- It is recommended to have a single commit for a task.
- Please see that all the tests are passing before asking for a review on a PR.
- fuzzywuzzy
- requests
- beautifulsoup4
- html5lib
To install all dependencies at once run pip install -r requirements.txt
For any more information, join Gitter channel Gitter
Please refer to the licence