User Tools

Site Tools


codesnip:unread_leed

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
codesnip:unread_leed [2014/02/02 11:35] – [Code] redoxcodesnip:unread_leed [2014/02/02 11:37] – [Code] redox
Line 13: Line 13:
  
 ## Code ## Code
-<code python>+<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/'