NEO Admin portal for developers
- Install Meteor JS
- Do meteor npm install inside the main folder
- Start meteor with
meteor run
- You will have to install a MongoDB client (I use MongoBooster)
- Use the tool to connect to your local database (localhost:3001)
- Create the collection
meteor_accounts_loginServiceConfiguration
- Execute the following query
db.meteor_accounts_loginServiceConfiguration.insert({
"service" : "slack",
"clientId" : "your_slack_client_id",
"secret" : "your_slack_secret",
"loginStyle" : "popup"
});
- You should now be able to use the script. However, slack requires you to specify a publicly available endpoint! Make sure you check your app settings on slack.
- Slack login
- FAQ questions management
- Admin portal interface
- Admin portal interface NEO style
- Slack invite management
- User profile management
- Bot status page
- Bot stop/start
- Suspicious user management (find bots/spammers/etc)
- Reward management
- User project management
- Integrate wallet system
- Pending