pull down to refresh
0 sats \ 3 replies \ @spraveenitpro 31 Jul 2021 freebie \ on: I made a Bot which tweets the Moscow Time for every new block - @dergigi approved it bitcoin
great work, i am eager to learn how to make somethinglike this, can you elaborate? thanks :)
Sure.
The basic things you need to learn is how to interact with the different APIs. i have used the following APIs
- https://mempool.space/ API->for getting the new mined block
- Coingecko.com API -> for getting the current BTC price
- 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,