Awesome
twitter-blockchain
Build your own Blockchain Twitter Recorder in Go
Read this tutorial first.
Setup
- Clone this repo and navigate to it
- Get your API keys from Twitter. In particular you will need: APIKey, APISecret, Token, TokenSecret
- Rename
example.env
to.env
and input your Twitter API credentials you just got - Pick a port number e.g. 9090 and put that in
.env
Usage
go run main.go
- open a browser and visit
localhost:{port number}/{twitter handle}
e.g. localhost:9090/nosequeldeebee
- copy the text and paste into a SHA256 converter to get the hash
- Enter the hash as the block data as seen in the tutorial