From 2d8c8b0d8827159edcabd3a8665f45ef65cb3153 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 25 Mar 2018 17:45:10 -0400 Subject: Bot now uniformly picks a tweet author, then a tweet This changes the distribution so that people who tweet more often aren't more likely to be picked. Also modernized the bot, added a gitignore, and made whitespace changes. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..23fe4d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.DS_Store +CMakeFiles +CMakeCache.txt +cmake_install.cmake +Makefile +*.swp -- cgit 1.4.1