Skip to content

icyflame/year-in-twitter

Repository files navigation

Year in Twitter

Find out what you did on Twitter in the past year

Run

$ go get github.com/icyflame/year-in-twitter
$ cd $GOPATH/github.com/icyflame/year-in-twitter
$ cp .env.template .env
$ vim .env
# enter the required details from the Twitter API page
# and then ...
$ go build && PORT=8080 ./year-in-twitter

Code is licensed under MIT

Copyright (C) 2018 Siddharth Kannan kannan.siddharth12@gmail.com