harshraj22 / pyquotes

API in python to get quotes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyquotes

Issues Pull Requests License Gitter

This is a API in python3 to get quotes.

Plan

Phase 1

The idea is to use scrap the quotes from BrainyQuote. 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.
  • Get quotes from particular person.

Phase 2

Convert this into a pip package.

Phase 3

Use what we have built till now to make a twitter bot which will tweet quotes everyday.

Contribution Guidelines

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.

For any more information contact akshatkarani

Legal

Please refer to the licence

About

API in python to get quotes.

License:MIT License


Languages

Language:Python 100.0%