Sure.
The basic things you need to learn is how to interact with the different APIs. i have used the following APIs
  1. https://mempool.space/ API->for getting the new mined block
  2. Coingecko.com API -> for getting the current BTC price
  3. Twitter.com API -> for sending the tweets
In short: You have inputs which you transform as you desire and then output the transformed data for display.
Dm me on twitter @moscowTime2 if you want to see exactly how to make this happen,
Thank you, not seeing the option to DM in twitter, anyway, I want to build a clone of this for learning purposes, will use react. Any other ideas? thanks :)
reply
One would use React if you want to display something on the front end but for this bot you need something which works in the backend.
  • I would use nodejs
  • I would use https://replit.com/. Make the project public and share the link here. I can help you out then easier