patitonar / ritetag-slack
Ritetag slash commands integration for slack
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >= 5.3.7
- ritetag/api: >= 2.0.1
This package is not auto-updated.
Last update: 2025-02-05 20:50:09 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
###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");
##For more information visit