Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Create bot in Python for Binance Futures API & Telegram API
Rating: 4.1 out of 5(27 ratings)
163 students

Create bot in Python for Binance Futures API & Telegram API

Create crypto trading bot in Python for Binance platform on Futures market with leverage based on Telegram live messages
Last updated 1/2023
English

What you'll learn

  • You will know how to work and understand complex functions in the Python programming language.
  • You will know how to work with API from Binance Futures.
  • You will know how to work with API from Telegram.
  • You will know how to create a crypto trading bot on the Binance Futures platform based on Telegram live messages.

Course content

6 sections31 lectures1h 1m total length
  • Course Introduction0:24

    Hello, my name is Robert, I am a Full Stack Developer and in this course I will show you how to create a bot in the Python programming language that places positions ( long and short ) and order (take profits and stop loss) on the Binance Platform in the Futures Market with Leverage based on live Telegram messages. I hope you like it and find it useful!

  • What is Python?0:35

    Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development.

    What is Python used for?

    - Data analysis and machine learning

    - Web development

    - Automation or scriptiong

    - Software testing and prototyping

    - Everyday tasks

  • Setup Python1:11

    In this lecture I will show you how to install Python and how to add Python folder in the environment variables to can execute python script in CMD ( Command Prompt ).

  • Install Needed Packages0:59

    In this lecture I will show you how to install the needed packages, the short way is to download the requirements.txt file attached in this lecture and to open a terminal and type pip install -r requirements.txt, the file needs to be in the actually path.

  • Project Structure1:18

    In this lecture I will show you in a big picture the project structure!

Requirements

  • No programming experience needed. You wil llearn everything you need to know from this course.

Description

In this course i will tech you how to create a bot (automated script) in Python programming language for Binance platform on Futures Market API who will place positions (long or short) and orders (take proft/s and stop loss if you choose in the menu to do that) with leverage based on live Telegram messages (signals). You don't need experience with Python or with Binance Futures API or with Telegram API because I will tech you from scratch how they works. In the future you can subscribe to a VIP Signals group on Telegram, get the group_chat_id and when a signal / message is received the bot will automatically place positions and orders. This course have 6 sections, section 1 Getting Started, section 2 The Basics On Python, section 3 The Basics On Telegram API, section 4 Advanced In Python, section 5 Binance Futures API and the last section, section 6 Final Project. Along the way we will learn some advanced things in Python such as Threading because this is the main task, to use Threads in Python because maybe sometime you give or receive from a VIP Signals group multiple messages / signals and you want to place positions and orders for all the signals at the same time and this thing is possible just with the help of Threads. If you have any questions or problems feel free to ask, I will do my best to answer immediately.

Who this course is for:

  • Creating a crypto trading bot in Python programming language for Binance platform on Futures market with leverage based on Telegram live messages.