Skip to content

Commit

Permalink
update for v1.1.0
Browse files Browse the repository at this point in the history
upgraded Referrer Filters facility
  • Loading branch information
aadishjoshi committed Jun 6, 2018
1 parent d7dbb1f commit f51a4c6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# pb-java

Version 1.0.0
Version 1.1.0

Last revised December 29, 2014
Last revised June 06,2018

## Pandorabots API module for Java

Expand Down Expand Up @@ -80,6 +80,9 @@ directory. Use the second method if you want to specify a different file.

Create config.txt file according to following format with one parameter per line.

v1.1.0 includes Referrer Filters. User can set Referrer Filters on developer.pandorabots.com.
If Referrer Filter is set on developer.pandorabots.com it is mandatory to set referrer flag in config.txt; else optional.

```
parametername:value
```
Expand All @@ -91,14 +94,16 @@ user_key:f0123456789abcdef0123456789abcde
app_id:1234567890123
hostname:aiaas.pandorabots.com
debug:true
referrer:(set on developer.pandorabots.com)
```


The user_key and app_id are provided at developer.pandorabots.com
as "User Key" and "Application ID respectively.

### To talk to the bot

Currently pb-java v1.0.0 supports following talk and atalk functionalities
Currently pb-java v1.1.0 supports following talk and atalk functionalities

```
talk(botname, input)
Expand Down

0 comments on commit f51a4c6

Please sign in to comment.