Skip to main content

Posts

Showing posts from July, 2018

Just postponed my thought to make a chat bot for our internal gitlab

I planned to make a simple chat bot for our company that notifies the person when someone assign him a PR in gitlab to review. Yesterday night I made a quick feasibility study and ditched my plan. The internal chat system of Cubet is implemented in Rocket.Chat. I made a curl https://team.cubettech.in/api/v1/info  (internal chat lives here) which resulted in: {"version":"0.34.0","build":{"date":"2016-08-... }...} When I checked with their docs, most required apis are implemented in or later v0.54.0 (our version is v0.34.0). We can do some hacks by inspecting the network and find how the app send a message and mock it. But it doesn't worth my time. I'll reconsider this once they update their chat system.