Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1004 Bytes

README.md

File metadata and controls

58 lines (37 loc) · 1004 Bytes

Social Buddy Bot

A friendly bot for communications system (like Slack, Discord, Teams, ...) that enhance the conviviality between workers all around the world!

Slack installation

You need to add the following scopes to the bot:

channels:join
reactions:read
users:read
chat:write
im:write

Discord installation

You need to add the following scopes to the bot:

bot

and the following permissions

send messages
read message history

Teams installation

Work in progress... ;)

Dev

make dev

Test

make test

Deploy

You must edit the deploy section of your make file with your USER_AND_HOST

On the remote machine you must have docker and docker compose installed

The script will generate a folder named projects and inside will copy the code and execute the docker-compose

The application will be exposed on the port 3333 of your machine

it's tested with an instance of ubuntu on AWS