dbot/modules/fpx/README.md

35 lines
567 B
Markdown
Raw Normal View History

2014-02-20 08:40:24 +01:00
## 500px
Adds various 500px functionality.
### Description
This module provides a command which allows users to search for a random popular 500px photo.
### Dependencies
It has following dependencies:
+ [node-500px](https://github.com/ro-ka/node-500px)
### config.json
ignorable and consumerKey has to be configurated. It can be obtained at http://developers.500px.com
```
{
"ignorable": true,
2014-02-20 21:10:45 +01:00
"api_key": "CONSUMERKEY_HERE"
2014-02-20 08:40:24 +01:00
}
```
### Commands
2014-02-20 21:10:45 +01:00
~r500px
2014-02-20 08:40:24 +01:00
Responds with a random popular 500px photo.
Example:
+ ~r500px
### TODO
2014-02-20 21:10:45 +01:00
Photo by user etc.