-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
19 lines (12 loc) · 736 Bytes
/
Copy pathREADME
File metadata and controls
19 lines (12 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
-- About --
An example PHP client for the Chatterbox Sentiment Detection API delivered through the Mashape platform. The API is designed specifically for short social texts.
This client has some hard coded (but real) tweets which are passed to the API.
You need to add your keys found on the Mashape Dashboard.
-- Code --
The example code is found in example.php You can put this on your webserver, or if you have PHP installed locally run:
php example.php
The mashape folder contains the Mashape API code. At the time of writing this was current (June 2012), although you should check for a new version.
-- Output --
example_output.html contains the output of this PHP script.
-- Contact --
api@chatterbox.co