Coder Social home page Coder Social logo

juanparker1 / crypto-bot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from psypdt/crypto-bot

0.0 0.0 0.0 244 KB

A Python bot which uses the Coinbase & Telegram APIs to fetch updates on cryptocurrencies & inform user of changes in the market.

License: MIT License

Python 100.00%

crypto-bot's Introduction

A Telegram based Crypto-Bot using Coinbase

Exporting conda env as .yml

  1. Activate the env
  2. conda env export --from-history > environment.yml

Creating conda env from .yml

  1. conda env create -f environment.yml

Required Files

Note: All these files should be located in a directory called credentials

API_key.json

This contains the API keys for coinbase and coinbase pro, along with the secret key

{
    "key": "<coinbase-api-key>",
    "secret": "<coinbase-secret>",
    "cbpro_key": "<coinbase-pro-api-key>",
    "cbpro_secret": "<coinbase-pro-secret>",
    "cbpro_passphrase": "<coinbase-pro-passphrase>"
}

telegram-bot-api-key.txt

A txt file which has a SINGLE LINE no white spaces containing the bot API key on the first line

whitelist.json

A json file which contains the telegram usernames of authorized users, as well as optional passwords to activate personal statisics for accounts

{
  "whitelisted": ["telegram_user1", "telegram_user2"],
  "password": []
}

crypto-bot's People

Contributors

psypdt avatar aljaeger 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.