Home

Awesome

IdeaScaly: IdeaScale RESTful API Client

Latest Version Supported Python versions Development Status Coverage Status License

IdeaScale RESTful API client written in Python. So far, IdeaScaly supports about 50% of [IdeaScale API] (http://support.ideascale.com/customer/portal/articles/1001563-ideascale-rest-api) methods. Basically, with IdeaScaly is possible to:

The complete list of implemented methods is available <a href="https://docs.google.com/spreadsheets/d/1gICkmX7EiSukQ0iTsOkxNrkES2blc5joh-AIeFVTcI8/edit?usp=sharing" target="_blank">here</a>

Installation

The easiest way to install the latest version is through pip/easy_install, which will pull from PyPI

pip install ideascaly

Also, it is possible to clone the repository from Github and install it manually:

git clone https://github.com/joausaga/ideascaly
cd ideascaly
python setup.py install

Documentation

License

MIT

Acknowledgement

The design and architecture of the code is mostly based on the project Tweepy