Hi, all

I am thinking of the bot system relevant gitee, currently, all the existing bots support are based on github. the one of the 
most biggest is kubernetes bot, which support many features. but the gitee bot are still nothing include api clients.

there are several options 

1. build a stand-alone service system based on gitee webhook as well as api-client support.
2. for the first stage, choose one of the stable ci system to extend the gitee support. 

Regarding to the two options, option one will take a lot of efforts on making it stable. but it gets benefit for long term. 
for option two, it seems gitee already support jeckin for ci, the plugins are https://github.com/jenkinsci/gitlab-plugin, but
I am not sure whether there is way to add plugin support other webhook. 

Any suggests and thought are appreciated. thanks