forbesqotd

QOTD on Forbes Welcome page


Keywords
forbes, qotd
License
MIT
Install
pip install forbesqotd==2.0

Documentation

Forbes Quote of the Day

build status

As many of you seen Forbes Quote of the day when you open Forbes website. This package provides a way to get quote and its author.

Installation

Install it by pip:

pip install forbesqotd

Usage

Package has two methods which returns quote and its author:

from forbesqotd import qotd
app = qotd.forbes()
quote = app.get_quote()
author = app.get_by()