Skip to content

nosequeldeebee/twitter-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

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

ScreenShot

ScreenShot

  • Enter the hash as the block data as seen in the tutorial

About

Build your own Blockchain Twitter Recorder in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages