patitonar/ritetag-slack

Ritetag slash commands integration for slack

0.1.0 2016-06-04 01:32 UTC

This package is not auto-updated.

Last update: 2024-06-12 17:54:51 UTC


README

##Ritetag slash commands integration for slack Get Twitter engagement analytics on any hashtag, and recommended hashtags for a topic directly in Slack using a simple slash command

hashtags

###1. Install via composer

composer require patitonar/ritetag-slack:~0.1.0

###2. Config RiteTag

Edit config.php with your credentials of RiteTag https://ritetag.com/developer/dashboard

define('CONSUMER_KEY', '????')
define('CONSUMER_SECRET', '????')
define('OAUTH_TOKEN', "????")
define('OAUTH_TOKEN_SECRET',"????")

###3. Config Slash Command On Slack

Use the same name for the commands defined on config.php

 define('HASHTAG_COMMAND',"/hashtag");
 define('HASHTAGSFOR_COMMAND',"/hashtagsfor");

hashtag hashtagsfor

##For more information visit

https://ritetag.com

http://docs.ritetag.apiary.io

https://api.slack.com/