https://github.com/enhuiz/trumps-words
https://github.com/enhuiz/trumps-words
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/enhuiz/trumps-words
- Owner: enhuiz
- Created: 2018-03-07T02:07:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:53:52.000Z (over 2 years ago)
- Last Synced: 2025-01-07T18:29:08.599Z (5 months ago)
- Language: Python
- Size: 310 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trumps-Words
## Introduction
This is a script based on the trump twitter archive (http://www.trumptwitterarchive.com/) which analysis the word frequency of his twitter.## How to use (mac OS)
Open your terminal and set the current directory to this folder after cloning/downloading.
### 1. Install python3 using homebrew (if you don't have a python3)
```
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew install python3
```### 2. Install requirements
```
$ pip3 install -r requirements.txt
```### 3. Run the script
```
$ python3 main.py
```