Who doesn't love a markovbot seeded with a transcript of the presidential debate? I do
- all texts: docker pull edyesed/make_markov_debate_again
- just the debates: docker pull edyesed/make_markov_debate_again:debate_latest
======= 0. Politico
- Setup an incoming webhook. note the URL
docker pull edyesed/make_markov_debate_again
docker run -e "SLACK_WEBHOOK=url_from_above" -it edyesed/make_markov_debate_again
- Setup an incoming webhook. note the URL
docker build -t pyapp:1 .
docker run -e "SLACK_WEBHOOK=url_from_above" -it pyapp:1
docker build -t pyapp:1 .
docker run -it pyapp:1
virtualenv ~/virtualenvs/markov
source ~/virtualenvs/markov/bin/activate
pip install -r requirements.txt
./parse_transcript_markov.py
./back-and-forth.py