https://github.com/snithish/notify-quote
Uses the http://forismatic.com/ API for displaying quotes using notify-send and python.
https://github.com/snithish/notify-quote
Last synced: about 2 months ago
JSON representation
Uses the http://forismatic.com/ API for displaying quotes using notify-send and python.
- Host: GitHub
- URL: https://github.com/snithish/notify-quote
- Owner: snithish
- License: mit
- Created: 2015-11-11T06:59:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T10:26:16.000Z (over 10 years ago)
- Last Synced: 2025-01-18T16:57:03.097Z (over 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#**Notify-Quote:**
This is a simple python script to fetch quotes from **[forismatic](http://forismatic.com/)** and display them using **notify-send**. Script is fairly simple.
API Documentation: http://forismatic.com/en/api/
#Steps to run:
>1. Download the icon and notify-quote.py
>2. pip install -r requirements.txt - to install required dependencies
>3. python notify-quote.py
#Configuration
1. Two languages "English" and "Russian" are supported, language can be configured using **lang** property in ***config.json*** to en or ru for English or Russian respectively.
2. Delay between quotes is controlled by **delay** property, specify time in seconds.
#TO DO:
>1. Offline Support by caching quotes
>2. Autostart Script