Moves conky to LEGACY
This commit is contained in:
parent
5095b12c47
commit
dc296d2a46
13 changed files with 0 additions and 0 deletions
8
LEGACY/conky/BibleVerse/reference.py
Normal file
8
LEGACY/conky/BibleVerse/reference.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
__author__ = 'jonathan'
|
||||
|
||||
import urllib.request
|
||||
import json
|
||||
|
||||
f = urllib.request.urlopen("http://www.biblegateway.com/votd/get/?format=json&version=ESV")
|
||||
content = json.loads(f.read().decode("utf-8"))
|
||||
print(content['votd']['reference'])
|
Loading…
Add table
Add a link
Reference in a new issue