Giter VIP home page Giter VIP logo

tower-funs-slack's Introduction

Tower-Funs-Slack

This project is forked from tower-slack, but I almost rewrite it using flask in python3. It is deployed by funs, so you could deploy it on any vps via docker.

Slack Message Example

Usage

Create a new Incoming Webhook on Slack, then get its Webhook URL:

e.g.

https://hooks.slack.com/services/T0DRRRYS1/C9XZ5VL2/bqiCkTrLYMpJcDaKG9HaS4yu

Replace the link of incoming webhook url with the link of tower-funs-slack:

e.g.

https://tower-funs-slack.avosapps.us/T0DRRRYS1/C9XZ5VL2/bqiCkTrLYMpJcDaKG9HaS4yu

Add webhook on Tower.im, full it with the link of tower-funs-slack

tower slack

Deploy

Clone this repository to your vps:

git clone https://github.com/MephistoMMM/tower-funs-slack.git

Create virtual env and install dependences:

I hope your virtualenv is installed by pip3

virtualenv ./venv
source ./venv/bin/activate
pip3 install  -r ./requirements.md
deactivate

Change the ports in docker-compose.yml , then:

docker-compose up -d

If you don't want to pull docker image from dockerhub (for its speed...), you could build docker by yourself:

cd dockerfiles
docker build -t mpsss/funs .
cd ..

More configurations, you should see on funs.

License

MIT

tower-funs-slack's People

Contributors

mephistommm avatar

Stargazers

Arthury avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.