3 thoughts on “Pushetta: Send push notifications from Your Raspberry Pi”
  1. Hello Mike, 

    in the official Python doc there is a note about urllib2 (https://docs.python.org/2/library/urllib2.html) “Note The urllib2 module has been split across several modules in Python 3 named urllib.request and urllib.error. The 2to3 tool will automatically adapt imports when converting your sources to Python 3.”

    Then you need to do something like:

    import urllib.request
    request = urllib.request.Request(‘http://api.pushetta.com/api/pushes/{0}/’.format …

    Let me know if you able to make it works.

    Bys
    Fabrizio

Leave a Reply

Your email address will not be published. Required fields are marked *