User Tools

Site Tools


codesnip:unread_leed

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
codesnip:unread_leed [2014/02/02 11:34] – created redoxcodesnip:unread_leed [2014/02/02 11:37] – [Code] redox
Line 13: Line 13:
  
 ## Code ## Code
-<code>+<code python LeedUnread.py>
 #!/usr/bin/env python #!/usr/bin/env python
 # -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
Line 19: Line 19:
 # Python modules # Python modules
 import requests # API Calls import requests # API Calls
-import json # Parse API data +import json # Parse API data
-import hashlib # MD5+
  
 _ServURL = 'http://YOUR_SERVER/plugins/api/' _ServURL = 'http://YOUR_SERVER/plugins/api/'