Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tubone24/auto_tweet_wordcloud
- Owner: tubone24
- Created: 2020-07-12T04:12:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T05:25:51.000Z (about 2 months ago)
- Last Synced: 2024-10-30T08:36:24.107Z (about 2 months ago)
- Topics: janome, python, twitter-api, wordcloud
- Language: Python
- Homepage: https://tubone24.github.io/auto_tweet_wordcloud/
- Size: 773 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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)