Replace twitter-post-fetcher methods with sys call to twint
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
Description
This PR:
How should this be tested?
Ensure redis is running.
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