Slack Bot: Commands
Each command must start with /parsely
After the slash command, add the meta, time
#Meta
The meta refers to the “meta-data” you are requesting, and will always be one of the following: posts, authors, sections, tags, or referrers. These are the same as the tabs in your Parse.ly dashboard.
#Time
The time frame you can request is any time within the past 24 hours, using “today”, or a specific minutes or hours request in this format: Xh, or Ym
Using “today” starts at midnight in the time zone your account is set for.
#Examples
/parsely posts, 1h
Will return the top posts in the last hour
/parsely authors, 24h
Will return the authors with the most page views in the last 24h
/parsely referrers, today
Will return the top referrers as of today
Sample return for /parsely referrers, today comand
See full Slackbot integration instruction in the Github Repo.