BotoStoreβ
Add to BotoStore

Utils Bot

What can do this bot?Utils Bot helps you to do some routine programming actions

Bot Commands

A command must always start with the '/' symbol.

/capitalizewords
capitalizes every word in text
/base64
base64 encoding (e.g. /base64 hello world)
/base64decode
base64 decoding
/color
converts color from hex to RGB, /color #ffffffff
/date
converts timestamp to date in GMT, you can specify format: e.g. /date 1 HH:mm yyyy
/gist
creates gist on GitHub, specify filetype and content, e.g.: /gist json {"key" : "value"}
/hash
supports md5/sha/sha256/sha384/sha512 hashing, e.g.: /hash sha512 your string here
/htmlescape
HTML escape
/htmlunescape
reverts HTML escape
/jsoncheck
check JSON validity, e.g. /jsoncheck {}
/loremipsum
random text, specify number of words (default is 200)
/lowercase
returns argument in lowercase
/num
converts integers between different bases, e.g. /num ABCD 16 10
/rand
random integer, specify max value if you need
/randstr
returns random alphanumeric string, specify length and charset: /randstr 5 abcdef1234!@#$
/stop
unsubscribes you
/timestamp
current UNIX timestamp
/uppercase
returns argument in uppercase
/url
url encoding
/urldecode
url decoding
/uuid
generates random UUID
/feedback
send me your feedback, e.g.: /feedback nice one!
Share this bot
See also