https://github.com/djiit/err-pandascore
err plugin to interact with the Pandascore API.
https://github.com/djiit/err-pandascore
Last synced: about 1 month ago
JSON representation
err plugin to interact with the Pandascore API.
- Host: GitHub
- URL: https://github.com/djiit/err-pandascore
- Owner: Djiit
- License: mit
- Created: 2017-08-12T14:20:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-16T15:28:17.000Z (over 7 years ago)
- Last Synced: 2025-01-29T22:46:38.291Z (3 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# err-pandascore - Basic Pandascore API Err integration
[](https://travis-ci.org/Djiit/err-pandascore) [](https://coveralls.io/github/Djiit/err-pandascore?branch=master)
Err-pandascore is a plugin for [Err](https://github.com/gbin/err) that allows you to interact with the [PandaScore](http://pandascore.co) API. **It requires Python 3.6+**.
**Note: This is a very alpha release. This plugin is subject to major changes.**
## Features
* Basic player search/profile display.
* Basic team search/profile display.Have an idea ? Open an [issue](https://github.com/Djiit/err-pandascore/issues) or send me a [Pull Request](https://github.com/Djiit/err-pandascore/pulls).
## Usage
### Installation
As admin of an err chatbot, send the following command over XMPP:
```
!repos install https://github.com/Djiit/err-pandascore.git
```### Commands
Use `!help Pandascore` to see the available commands and their explanation.
## Configuration
Send configuration commands through chat message to this plugins as in :
```
!plugin config Pandascore {'PANDASCORE_API_KEY': 'your_api_key_here'}
```