Skip to content

Freakwill/brainyquote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brainyquote

Get quotes from brainyquote.com (written in python) or local files

requirements

  • requests, bs4
  • pybrainyquote (created by the author, requires furl)
  • yaml (Optional)

Remark always use the latest version of pybrainyquote

How to use it

Happy to use it.

Individuation

Write it down into quotes.yaml, if you find a good quote. The widget will print it when offline.

Set topic what you like in quote.py

Remark

Use the following code to suppress the warning.

import warnings

warnings.filterwarnings('ignore')

Releases

No releases published

Packages

No packages published