/pydweet

Python client for dweet.io

Primary LanguagePythonMIT LicenseMIT

pydweet

Python client for dweet.io

##Current version: 0.1

####Install

Create a new virtual environment (optional, but recommended).

Run the following command at the terminal:

pip install -r requirements.txt

####Usage

Please refer to the example file found in the example directory and dweets.io page:

http://dweet.io/

####Misc.

This is a beta release.

Features not supported:

  • POST requests
  • JSONP POST requests

#License MIT