Skip to content

Latest commit

 

History

History
333 lines (211 loc) · 6.24 KB

DOCS.md

File metadata and controls

333 lines (211 loc) · 6.24 KB

Usage


This sends a cat picture to the message thread.

Usage

@cat

@cat ["gif"]

Arguments

  • gif: Sends an animated gif instead of a static png.

Example

@cat

This will send a cat picture.

@cat gif

This will send an animated cat picture.


This mentions everyone in a group chat in a text message.

Usage

@channel

Arguments

  • None

Example

@channel

This will mention everyone in a text message.


This sets the color of a chat thread.

Usage

@color <RGB Hex>

Arguments

  • RGB Hex: A six digit hexadecimal number representing the target color. Both upper and lower cases are supported.

Example

@color #0084FF

This will set the chat thread color to Facebook messenger blue.


This sets the emoji of a chat thread.

Usage

@emoji <emoji | description>

Arguments

  • emoji: The emoji you want the chat's to be set to.
  • description: A description of the emoji you want. The bot will use sp00ky NLP (not really) to determine the emoji to use.

Example

@emoji dog

This will set the chat emoji to the dog emoji.


## @help

This lists available commands and lists information about each one.

Usage

@help

@help [command]

Arguments

  • command (optional): Name of one of available commands

Examples

@help

@help weather


## @league

Welcome to Summoner's Rift!

This retrieves League of Legends summoner and current match info.

Usage

@league

@league [summoner-name]

@league [-setName summoner-name]

Arguments

  • summoner-name: League of Legends summoner name

Options

  • -setName: Stores summoner-name as the default summoner. Bare command @league will retrieve stats for the default summoner.

Examples

@league Alice

Alice
Bronze 1 28LP
9W 11L Win Ratio 45%
Sona - 5W 5L Win Ratio 50%
Nami - 4W 0L Win Ratio 100%
Ashe - 0W 1L Win Ratio 0%
Tahm Kench - 0W 1L Win Ratio 0%
Vel'Koz - 0W 1L Win Ratio 0%
----------------
Current Match:
==Team 1==
Alice - Elise - Bronze I (28 LP)
Bob - Lux - Silver V (15 LP)
Charlie - Kennen - Unranked (0 LP)
Dave - Blitzcrank - Unranked (0 LP)
Eve - Xin Zhao - Unranked (0 LP)
==Team 2==
Frank - Kog'Maw - Unranked (0 LP)
Grace - Gangplank - Silver III (0 LP)
Mallory - Garen - Unranked (0 LP)
Oscar - Sejuani - Silver II (94 LP)
Sybil - Mordekaiser - Silver V (57 LP)

@league -setName Bob

Summoner name for user ID "***************" updated!


This sends the thread a rickroll YouTube link.

Never Gonna Give You Up

Usage

@meme

Arguments

None

Example

@meme

https://www.youtube.com/watch?v=dQw4w9WgXcQ

Never gonna give you up, never gonna let you down. Never gonna run around and desert you. Never gonna make you cry, never gonna say goodbye. Never gonna tell a lie and hurt you…


Deprecated on August 1st, 2016. A change in Niantic backend structure has disabled Pokevision.

This retrieves a list of Pokémon from Pokémon Go which are near the user's last dropped location pin. If a list of Pokémon id's are provided, it displays a map with the Pokémon drawn on it.

Usage

@pokemon

@pokemon <id1, id2, ... id5>

Arguments

  • id (up to 5): The Pokémon id's to draw the location of.

Example

@pokemon

Pokemon nearby:
#1 Bulbasaur:          1 found
#4 Charmander:         1 found
#13 Weedle:             2 found
#16 Pidgey:             3 found
#19 Rattata:            2 found
#21 Spearow:            1 found
#41 Zubat:              1 found
#48 Venonat:            4 found
#55 Golduck:            1 found
#60 Poliwag:            2 found
#69 Bellsprout:         1 found
#127 Pinsir:             1 found
#133 Eevee:              1 found

@pokemon 1 4 16 127 133


This retrieves stock data for a given stock.

Usage

@stock <symbol>

Arguments

  • symbol: Stock symbol. (Currently only supporting US stocks)

Example

@stock GOOGL

Alphabet Inc. (GOOGL) last traded at $757.52 on Mon Jul 25 2016 00:00:00 GMT-0700 (Pacific Daylight Time).
Volume: 1073278 | P/E Ratio: 30.82
Change: $-1.76 | % Change: -0.23%

This posts weather information of a given location.

Usage

@weather

@weather <zipcode | location name>

Arguments

  • zipcode: A five digit US zipcode.
  • location name: A letter and space only location name, or city name and state separated by a comma and a space.

Example

@weather

This will give you the weather for the last shared location.

@weather 94158

59°F  
San Francisco, CA  
Mostly Sunny :cloud:  
Feels like 59°. Humidity 90%.  
07-30 | 54°/68°  
07-31 | 56°/69°  :umbrella: 0%  
08-01 | 56°/71°  :umbrella: 10%  
08-02 | 54°/69°  :umbrella: 0%  
08-03 | 54°/69°  :umbrella: 0%

@weather New York, NY

73°F  
New York, NY  
Partly Cloudy :cloud:  
Feels like 73°. Humidity 94%.  
07-30 | 72°/80°  
07-31 | 74°/78°  :umbrella: 80%  
08-01 | 72°/79°  :umbrella: 80%  
08-02 | 71°/76°  :umbrella: 80%  
08-03 | 72°/78°  :umbrella: 60%