All Projects → behrouzbakhtiari → Twitter Word Cloud

behrouzbakhtiari / Twitter Word Cloud

Licence: agpl-3.0
Twitter word cloud generator

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Twitter Word Cloud

Blum
A simple android Twitter client written in Kotlin
Stars: ✭ 74 (-18.68%)
Mutual labels:  twitter
Social Login Helper Deprecated
A simple android library to easily implement social login into your android project
Stars: ✭ 81 (-10.99%)
Mutual labels:  twitter
Refined Twitter
Browser extension that simplifies the Twitter interface and adds useful features
Stars: ✭ 1,279 (+1305.49%)
Mutual labels:  twitter
Tweetview
This project is an example Android Twitter feed reader app from the Codehenge Android development tutorials.
Stars: ✭ 75 (-17.58%)
Mutual labels:  twitter
Sharexin
ShareX for Linux and BSD
Stars: ✭ 79 (-13.19%)
Mutual labels:  twitter
Orange3 Text
🍊 📄 Text Mining add-on for Orange3
Stars: ✭ 83 (-8.79%)
Mutual labels:  twitter
Echofon Firefox Unofficial
Echofon Unofficial - maintained version of Echofon: full featured, super clean Twitter app for Firefox.
Stars: ✭ 73 (-19.78%)
Mutual labels:  twitter
Django Graphql Social Auth
Python Social Auth support for Graphene Django
Stars: ✭ 90 (-1.1%)
Mutual labels:  twitter
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (-13.19%)
Mutual labels:  twitter
Twitter Clone
Twitter clone. The target is learning Vue framework and technique of backend to implement a SPA website.
Stars: ✭ 87 (-4.4%)
Mutual labels:  twitter
Twitter media downloader
Twitter media downloader.
Stars: ✭ 75 (-17.58%)
Mutual labels:  twitter
Do more with twitter data
Tutorials for getting the most out of Twitter data.
Stars: ✭ 78 (-14.29%)
Mutual labels:  twitter
Fake Tweet
Tweet React Component
Stars: ✭ 85 (-6.59%)
Mutual labels:  twitter
Chirrapp
Chirr App splits text into tweets and posts it as a thread
Stars: ✭ 75 (-17.58%)
Mutual labels:  twitter
React Share Button
📱 React share button component with web-share api and fallback modal with native intent urls
Stars: ✭ 89 (-2.2%)
Mutual labels:  twitter
Network Avatar Picker
A npm module that returns user's social network avatar. Supported providers: facebook, instagram, twitter, tumblr, vimeo, github, youtube and gmail
Stars: ✭ 74 (-18.68%)
Mutual labels:  twitter
Clutter
Fully distributed twitter built on holochain
Stars: ✭ 84 (-7.69%)
Mutual labels:  twitter
Easylogin
Login effortlessly with different social networks like Facebook, Twitter or Google Plus
Stars: ✭ 90 (-1.1%)
Mutual labels:  twitter
Daily Coding Problem
Series of the problem 💯 and solution ✅ asked by Daily Coding problem👨‍🎓 website.
Stars: ✭ 90 (-1.1%)
Mutual labels:  twitter
Yourfukurou
Hackable YoruFukurou alternative Twitter client
Stars: ✭ 85 (-6.59%)
Mutual labels:  twitter

Twitter Word Cloud

A tool to generate word cloud images from twitter user timeline.

Demo Notebook :

  • You can use this Notebook and run it online for yourself and get the output!

Requirements :

how to run :

  • pip install -r requirements.txt (Install dependencies)

  • python twc.py -u twitter_username - Scrape all the Tweets from user's timeline and genarate word cloud images. You can find images in this path output/twitter_username/.

  • python twc.py -u twitter_username -c 100 - Scrape all the Tweets from user's timeline and genarate word cloud images with 100 words.

  • python twc.py -u twitter_username -f "XB Zar.ttf" - Scrape all the Tweets from user's timeline and use "XB Zar.ttf" font on the image. Yon can find fonts in the fonts folder.

    Ngram

    If you need a word cloud with a sequence of N adjacent word, you can use -n parameter.

    • python twc.py -u Rouhani_ir -n 2

    Bigram

    • python twc.py -u Rouhani_ir -n 3

    Trigram

Sample Output:

Sample Result

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].