Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 625 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 625 Bytes

petit-api

osu!petit's API Site.
License under AGPL. More information in Document
NOT WORKING NOW, WILL UPDATE README WHEN END REFACTOR

Installation

petit-api need composer. please install composer from Official Download Site.
before install, you can install required dependencies to composer update.

Configure

Create config.ini with this form.

[twitter]
key = "your-awesome-consumer-key"
secret = "your-awesome-consumer-secret"

[site]
main_site = "your-awesome-main-site"
apply_root = "your-awesome-apply-root"
api_root = "your-awesome-api-root"