Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icyflame/year-in-twitter
Look back on your year in Twitter!
https://github.com/icyflame/year-in-twitter
2017 look-back review twitter
Last synced: 2 months ago
JSON representation
Look back on your year in Twitter!
- Host: GitHub
- URL: https://github.com/icyflame/year-in-twitter
- Owner: icyflame
- License: mit
- Created: 2017-12-15T07:06:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T01:22:20.000Z (almost 5 years ago)
- Last Synced: 2024-10-10T18:54:46.044Z (3 months ago)
- Topics: 2017, look-back, review, twitter
- Language: Go
- Homepage: https://twitter.siddharthkannan.in
- Size: 205 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Year in Twitter
> Find out what you did on Twitter in the past year
## Run
```sh
$ 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