GithubHelp home page GithubHelp logo

fasetto / cryptocurrency-robot Goto Github PK

View Code? Open in Web Editor NEW
23.0 23.0 8.0 494 KB

Open source telegram bot for cryptocurrencies.

License: MIT License

Python 100.00%
bitcoin cryptocurrencies telegram-bot

cryptocurrency-robot's Introduction

I'm Serkan Bircan!

Software Engineer
Other then programming, I like cooking & eating healthy foods. 🥗🥩🌮🍣
I also like playing video games in my free times. I love survival games.

Currently learning about game development using Unity Engine. My dream and current goal is to make an open-world surival game.

GitHub followers

A little more about me.. 👇
const serkan = {
    code: ["C#", "TypeScript", "JavaScript", "Python"],
    askMeAbout: ["tech-stuff", "app-dev"],
    technologies: {
        frontEnd: ["ReactJS", "NextJS"],
        backEnd: [".Net Core", "Node", "Python"],
        devOps: ["AWS", "Docker🐳", "Kubernetes"],
        databases: ["NoSQL", "SQL"],
    },
    architecture: ["Serverless", "MicroServices"],
    funFact: "Writing code is simple thing, but writing simple code is the hardest thing."
};

I love connecting with different people so if you want to say hi, I'll be happy to meet you! 😇

cryptocurrency-robot's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cryptocurrency-robot's Issues

Problem

Hey bro. I'm beginner.
Help me with this problem. Where I choose English - /ticker - Choose BTC/USD - Choose Market (Poloniex) - I recived message "Unsupported pair."

Notication issue

In robot file, between line 146..156

    try:
        tickr.market = Markets[market]
        tickr.pair = pair
        last_price = float(tickr.ticker()['price'].split(' ')[1].replace(',', '.'))
    except:
        job.schedule_removal()
        chat_data = job.context['chat_data']
        del chat_data['job']

        bot.send_message(job.context['chat_id'], text=_('Notify Error: Incorrect parameters.', user_id))
        return

Throws an exception.

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.