Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rickmak/chima-fb

Message bot for chima
https://github.com/rickmak/chima-fb

Last synced: about 2 months ago
JSON representation

Message bot for chima

Awesome Lists containing this project

README

        

For full operation, check fabfile.py

## To make yourself able to push and deploy

1. Add your key to git-receive
`fab add_upload_key:chpapa,keyfile=id_rsa.pub`

2. Add deployment target
`git remote add skygeario [email protected]:chima-fb`

3. Change your code

4. To deploy
`git push skygear master -f`