An open API service indexing awesome lists of open source software.

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

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
```

![screenshot](https://user-images.githubusercontent.com/168240/59415291-06baad00-8d78-11e9-84ee-cd8231ccc224.png)

## License

[MIT](LICENSE)