Skip to content

stuyvesant-cs/rocketools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rocketools - Rocket REST API Tools

General information

#/bin/bash
curl -H "X-Auth-Token: " \
     -H "X-User-Id: " \
     http://localhost:3000/api/v1/emoji-custom.list
curl -H "X-Auth-Token: " \
     -H "X-User-Id: " \
     -F "[email protected]" \
     -F "name=bender" \
     -F "alias=" \
     http://localhost:3000/api/v1/emoji-custom.create

rocketmoji.py

  • Currently has the following features:
  • Runs as an interactive python3 script.
  • Uses the requests module except for uploading new emojis. That call seems to fail, so instead it creates a curl command and runs it via os.system.
  • Does not use the rocketchat python api because at the moment it does not contain any emoji related fucntions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages