Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tubone24/auto_tweet_wordcloud

This repos is auto action which generating a wordcloud made by Twitter.
https://github.com/tubone24/auto_tweet_wordcloud

janome python twitter-api wordcloud

Last synced: 1 day ago
JSON representation

This repos is auto action which generating a wordcloud made by Twitter.

Awesome Lists containing this project

README

        

[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/tubone24/auto_tweet_wordcloud)

# auto_tweet_wordcloud
[![Generate Word Cloud](https://github.com/tubone24/auto_tweet_wordcloud/workflows/Generate%20Word%20Cloud/badge.svg)](https://github.com/tubone24/auto_tweet_wordcloud/actions)

This repos is auto action which generating a wordcloud made by Twitter.

## Preconditions

Install Python dependencies
```
pip install -r requirements.txt
```

Download neologd Dictionary

```
sh scripts/download_neologd_dict.sh
```

## Usage

```
python src/main.py
```

## Demo

Default

![img](https://raw.githubusercontent.com/tubone24/auto_tweet_wordcloud/master/word_cloud_tweet.png)

Default Alpha

![img](https://raw.githubusercontent.com/tubone24/auto_tweet_wordcloud/master/word_cloud_tweet_alpha.png)

Man Face in Profile

![img](https://raw.githubusercontent.com/tubone24/auto_tweet_wordcloud/master/word_cloud_tweet_face_profile.png)

Man Face in Profile Alpha

![imng](https://raw.githubusercontent.com/tubone24/auto_tweet_wordcloud/master/word_cloud_tweet_face_profile_alpha.png)

Twitter Bird

![img](https://raw.githubusercontent.com/tubone24/auto_tweet_wordcloud/master/word_cloud_tweet_twitter_bird.png)

Twitter Bird Alpha

![img](https://raw.githubusercontent.com/tubone24/auto_tweet_wordcloud/master/word_cloud_tweet_twitter_bird_alpha.png)