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

https://github.com/enhuiz/trumps-words


https://github.com/enhuiz/trumps-words

Last synced: 3 months ago
JSON representation

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
```