Twitter Sentiment Based Automated Bot

Jarett Dunn
Geek Culture
Published in
11 min readApr 4, 2021

--

TL;DR

The repo and associated Zignaly service are for sale ;) go to https://github.com/sponsors/DunnCreativeSS and make a one-time contribution of $500 or more then email me at jarettrsdunn+git@gmail.com!

Read on to find out how to create a Twitter sentiment trader. Or, subscribe to one I’ve built: https:/dunn.gg

A Working, Live Dev Log for Mastering 70% of the Swing When Twitterverse Explodes!

Source: me!

Strategy

  1. We follow Twitter accounts we trust: exchanges, coins, Twitter crypto influencers
  2. We wait around until someone tweets a coin name or coin ticker
  3. We measure the sentiment of the message: is it buy or sell?
  4. On strong buys, or multiple instances of buys in a period of time, we execute a market buy order on Binance Spot
  5. We wait around until our exits are hit
  6. 1 out of every 3–4 signals we act on the…

--

--