https://github.com/miguelmota/tweet-patterns
Visualize tweet patterns
https://github.com/miguelmota/tweet-patterns
algorithms golang gonum patterns plot tweets twitter visualization
Last synced: 5 months ago
JSON representation
Visualize tweet patterns
- Host: GitHub
- URL: https://github.com/miguelmota/tweet-patterns
- Owner: miguelmota
- License: mit
- Archived: true
- Created: 2019-06-13T07:53:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T08:14:07.000Z (about 7 years ago)
- Last Synced: 2024-04-14T23:04:44.462Z (about 2 years ago)
- Topics: algorithms, golang, gonum, patterns, plot, tweets, twitter, visualization
- Language: Go
- Homepage: https://github.com/miguelmota/tweet-patterns
- Size: 9.77 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tweet patterns
> Visualize tweet patterns
## Install
```bash
go get -u github.com/miguelmota/tweet-patterns/cmd/tweet_patterns
```
Required environment variables:
- `TWITTER_CONSUMER_KEY`
- `TWITTER_CONSUMER_SECRET`
- `TWITTER_ACCESS_TOKEN_KEY`
- `TWITTER_ACCESS_TOKEN_SECRET`
## Getting started
```bash
$ tweet_patterns
```
Example:
```bash
$ tweet_patterns @naval
saved @naval.png
```

## License
[MIT](LICENSE)