Git Product home page Git Product logo

cryptprice's Introduction

CryptPrice Chat-Bot on Slack

CryptPrce Chat Bot

The CryptPrice Bot is designed to allow you to see the current price of different crypto currencies on your slack channel.


Intro

Slack is a team collaboration hub that brings every member of a team together and more collaborative. Is a tool that is used by millions of users around the world on daily basis.

CryptPrice allows you to see the current price of the crypto-currencies [BTC, ETH, XRP].

Tutorial

Full tutorial of how to run the CryptPrice Bot. Say Hi when he is running! Visit: https://medium.com/@butnarum/build-a-cryptocurrency-price-bot-on-slack-with-python-using-django-code-included-aa04a0d41c28

Instalation

Clone the project and start by building a dvelopment environment

  1. Install the dependencies of project
$ pip install -r requirements.txt
  1. Create the environment variable file (.env) to include the Slack credentials: You can get all the credentials when you create your slack app: https://api.slack.com/apps/new
SLACK_BOT_USER_OAUTH_ACCESS_TOKEN = 'your bot user oauth token here'
SLACK_CLIENT_ID = 'your client id here'
SLACK_CLIENT_SECRET = 'your client secret here'
SLACK_VERIFICATION_TOKEN = 'your verification token here'
  1. Run the CryptPrice bot
$ python manage.py runserver

License & Author

License 2020 © MIHAIL BUTNARU

Made by Mihail Butnaru

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.