Skip to content

Buy and Sell DOGE on ProtonDEX / SuchDEX based on new twitter follower count.

Notifications You must be signed in to change notification settings

paulgnz/doge_trader_supremebeme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

doge_trader_supremebeme

Buy and Sell DOGE on ProtonDEX / SuchDEX based on new twitter follower count.

I created a Python script that will BUY or SELL $DOGE using ProtonDEX.com / SuchDEX.com every time I gain or lose a follower on Twitter

It uses Proton DEX order books and API, you need a WebAuth wallet to start.

Deposit stablecoin to WebAuth wallet and Mint XMD here.

Help test it out by following me! https://twitter.com/supremebeme

https://twitter.com/supremebeme/status/1652393427701727233

If you want to run this script yourself, make sure you have access to twitter api

Replace the following values in twitter_get_followers.py with your own API keys and access tokens

    consumer_key = 'api key'
    consumer_secret = 'api secret'
    access_token = 'access token'
    access_token_secret = 'access secret'

Insert your private key on line 29 of dex_buy_doge_market.py

    wallet.import_key('mywallet', 'INSERT YOUR PVT KEY HERE')

Add your Proton username on line 37 of dex_buy_doge_market.py

    USERNAME = 'trading.paul'

Then Call

python ./twitter_get_followers.py

The script will check how many followers you have gained or lost since last check, then call the dex_buy_doge_market.py script with the arguments (order_side, amount)

You can buy or sell XDOGE manually using the dex_buy_doge_market script manually...

This will buy 1 XMD worth of DOGE

python ./dex_buy_doge_market.py buy 1

and this will sell 1 XMD worth of DOGE

python ./dex_buy_doge_market.py sell 1

About

Buy and Sell DOGE on ProtonDEX / SuchDEX based on new twitter follower count.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages