diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-03-25 17:45:10 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-03-25 17:45:10 -0400 |
commit | 2d8c8b0d8827159edcabd3a8665f45ef65cb3153 (patch) | |
tree | 8afc85bab2a65685ae31dcbbce4db63e84b526f6 /.gitignore | |
parent | 99fe6c21ad757c41e4c082fadaa47c79a93c10c5 (diff) | |
download | toldya-2d8c8b0d8827159edcabd3a8665f45ef65cb3153.tar.gz toldya-2d8c8b0d8827159edcabd3a8665f45ef65cb3153.tar.bz2 toldya-2d8c8b0d8827159edcabd3a8665f45ef65cb3153.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..23fe4d0 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,6 @@ | |||
1 | .DS_Store | ||
2 | CMakeFiles | ||
3 | CMakeCache.txt | ||
4 | cmake_install.cmake | ||
5 | Makefile | ||
6 | *.swp | ||