https://github.com/angelogiacco/tweetcloud
☁️generate a tweet cloud for any account in any shape
https://github.com/angelogiacco/tweetcloud
flask flask-application python tweepy twitter twitter-sentiment-analysis wordcloud
Last synced: 2 months ago
JSON representation
☁️generate a tweet cloud for any account in any shape
- Host: GitHub
- URL: https://github.com/angelogiacco/tweetcloud
- Owner: AngeloGiacco
- License: unlicense
- Created: 2019-04-12T18:59:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T22:02:59.000Z (about 4 years ago)
- Last Synced: 2025-03-31T09:17:42.154Z (about 1 year ago)
- Topics: flask, flask-application, python, tweepy, twitter, twitter-sentiment-analysis, wordcloud
- Language: Python
- Homepage:
- Size: 7.24 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.firsttimersonly.com/)
[](https://opensource.com/article/18/11/reasons-love-open-source)
[](https://www.python.org/)
# tweetCloud
## Description
a website that analyses your 🏫's tweets
🚀Uses Twitter's API to collect your school's most recent tweets
and create a word cloud from it and execute sentiment analysis using ML
## 📌 Contributing Countries
🇬🇧
## 👨🎓 Example
Made with the 'oundleschool' twitter account

## Setup
1: clone the repository
2: navigate to the repository in the terminal
```
cd your/path/here
```
2: install all the requirements:
```
pip install -r requirements.txt
```
or
```
pip install tweepy
pip install wordcloud
pip install requests
pip install matplotlib
pip install numpy
```
3: select the twitter account you want to analyse
change the string parameter of the user_tweet() function
in line 58 of the tweet_collector.py file.
4: run tweet_collector.py and save the file that is produced
```
python path/to/repo/source/tweet_collector.py
```
## Todo
- [x] 🐦 collect tweets
- [x] 💻️ create website
- [x] 📲 get input from website
- [ ] 📲 download output as png
## 📧 Contact
### Email
- Angelo Giacco | giacco.angelo.s@gmail.com
## 🖊 Credits
[@Macr0Nerd](https://github.com/Macr0Nerd) for showing me how to use Twitter's API
like this project? check out his [Elon Bot](https://github.com/Macr0Nerd/elon-bot)!