BonfaceKilz / feedanalyser

Fetch info from public feeds
GNU General Public License v3.0
1 stars 2 forks source link

Replace twitter-post-fetcher methods with sys call to twint #11

Closed BonfaceKilz closed 4 years ago

BonfaceKilz commented 4 years ago

Description

This PR:

How should this be tested?

Ensure redis is running.

# Assumption, you are running REDIS on the default ports
git clone git@github.com:BonfaceKilz/feedanalyser.git

cd feedanalyser

# Run the tweet fetch daemon
racket bin/add-tweets.rkt &

# Run the server and vote on the tweets
racket bin/polling-server.rkt

Any background context you want to provide

N/A

What are the relevant pivotal tracker stories?

https://github.com/genenetwork/genenetwork2/issues/400

Screenshots (if appropriate)

Click to view the full image ![image](https://user-images.githubusercontent.com/11820306/84708168-ab159780-af68-11ea-87af-9e5013f0a8d3.png)

Question

N/A