Giter Site home page Giter Site logo

twitter-binance-bridge-bot's Introduction

Twitter Binance bridge bot

๐Ÿ›‘ This script is still in active developement, use at your own risk ๐Ÿ›‘

This bot is able to buy and sell $DOGE on Binance whenever Elon Musk tweets about it. (but you can completely configure it !)

TO-DO

  • Tracking tweets
  • Binance integration
  • config.json setup
  • Gain summary
  • Code clean-up
  • Complete CLI
  • Docs

๐Ÿ“– User guide

๐Ÿ–ฅ Installation

1. With Git

Run the following commands in a terminal:

git clone https://github.com/NoisyPillow/twitter-binance-bridge-bot.git
cd twitter-binance-bridge-bot
python -m pip install -r requirements.txt
2. Without Git
  • Download the .zip folder and unzip it
  • cd into it
  • Run python -m pip install -r requirements.txt

โœ Usage

  • cd into the twitter-binance-bridge-bot folder
  • Run python BinanceTwitterBridge.py

What you can configure (in config.json or directly from CLI)

{
    "URL": "https://api.binance.com",
    "ASSET": "DOGE",
    "BASE_ASSET": "USDT",
    "BASE_ASSET_QUANTITY": 100,
    "INTERVAL": 300,
    "TWITTER_ID": "44196397",
    "KEYWORD": "doge"
}

Miscellaneous

If you find this bot usefull, a small tip would be really cool ๐Ÿฅฐ
DOGE: DNQNffakrL79cpzNBjB54kCSPhYEdUUAJ7

twitter-binance-bridge-bot's People

Contributors

noisypillow avatar

Stargazers

 avatar  avatar

Watchers

 avatar

twitter-binance-bridge-bot's Issues

No such file or directory: 'keys.json'

when I execute "python3 BinanceTwitterBridge.py"

the following error appears

/twitter-binance-bridge-bot/BinanceTwitterBridge.py", line 15, in init
keys = json.loads(open('keys.json', 'r').read())
FileNotFoundError: [Errno 2] No such file or directory: 'keys.json'

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.