Skip to content

Instantly share code, notes, and snippets.

View myururdurmaz's full-sized avatar

Muhammed YÜRÜRDURMAZ myururdurmaz

View GitHub Profile
@myururdurmaz
myururdurmaz / hipchat-v2.sh
Last active December 4, 2018 06:23 — forked from danriti/hipchat-v2.sh
HipChat API v2 - Send a message to a room using cURL
#!/bin/bash
# Set the ROOM_ID & AUTH_TOKEN variables below.
# Further instructions at https://www.hipchat.com/docs/apiv2/auth
ROOM_ID=yourroomname
OWNER_ID=XXXYYYX
AUTH_TOKEN=XXXYYYXXX
MESSAGE="Hello world!"