MrFatoni / moon-doge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

moon-doge is a PHP bot that will buy DogeCoin on Binance when Elon Musk mention DogeCoin on twitter.

Be aware that this is for educational purposes only

Every second it will check the occurence of DogeCoin inside Elon's last tweet. When found, it will automatically buy DogeCoin on Binance. It will convert all the available USDT in the futures wallet of your Binance account into Doge with the leverage you will have previously set for DOGEUSDT Perpetual. It will also automatically sell when the price hit the target (defined by "TARGET").

It is best to have a dedicated Binance account only for this script. You will need to create an API key on Binance with Futures enabled. Also a twitter API Key and secret.

The script needs those 2 dependencies :

Set the variables :

BINANCE_API_KEY // your binance API Key (enable futures)

BINANCE_SECRET // your binance API Key secret

TWITTER_API_KEY // twitter API Key

TWITTER_SECRET // twitter API Key secret

TARGET // target price in percent

Run in terminal : php doge.php

Capture du 2021-04-01 13-13-49

Capture du 2021-04-01 13-12-10

Capture du 2021-04-01 14-21-08

About


Languages

Language:PHP 100.0%