about summary refs log tree commit diff stats
path: root/ebooks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bot now posts to Mastodon instead of TwitterStar Rauchenberger2022-11-151-42/+37
* Converted to C++ style randomizationKelly Rauchenberger2019-02-281-8/+8
* Switched from streaming API to timeline pollingKelly Rauchenberger2018-08-061-55/+115
* Increased canonical maxK to 5Kelly Rauchenberger2018-02-061-1/+1
* Updated libtwitter++ to fix non-reply tweets being ignoredKelly Rauchenberger2016-12-011-4/+4
* Fixed bug wherein rawr-ebooks could only respond to itselfKelly Rauchenberger2016-08-201-1/+1
* Updated libtwitter++ (API changes)Kelly Rauchenberger2016-08-201-32/+16
* Updated libtwitter++ (error handling with bad responses)Kelly Rauchenberger2016-06-011-2/+10
* Merge branch 'master' of http://github.com/hatkirby/rawr-ebooksKelly Rauchenberger2016-05-291-0/+1
|\
| * Added #include <algorithm>Kelly Rauchenberger2016-05-261-0/+1
* | Newlines, colons, and semicolons are now valid terminatorsKelly Rauchenberger2016-05-291-1/+1
|/
* Fixed ebooks and gen ignoring the form distributionKelly Rauchenberger2016-05-261-4/+4
* ebooks now prefills replies correctlyKelly Rauchenberger2016-05-221-2/+2
* Pulled the ebooks functionality out into a libraryKelly Rauchenberger2016-05-201-3/+35
* Now ignoring retweets as they aren't really mentionsKelly Rauchenberger2016-05-201-17/+20
* Fixed error with replying to tweetsKelly Rauchenberger2016-05-201-0/+1
* Added ability for rawr ebooks to respond to tweetsKelly Rauchenberger2016-05-201-19/+53
* Full sentences mode!Kelly Rauchenberger2016-03-081-1/+1
* rawr-ebooks now tells you how long it will wait before the next tweetKelly Rauchenberger2016-02-281-1/+30
* Attemped to fix line-endings for WindowsKelly Rauchenberger2016-02-171-0/+5
* Added emoji freevarKelly Rauchenberger2016-02-011-7/+1
* Rewrote how tokens are handledKelly Rauchenberger2016-01-291-13/+2
* rawr-ebooks no longer generates Twitter access tokens and requires one in the...Kelly Rauchenberger2016-01-271-118/+13
* Rewrote quite a bit of kgramstatsKelly Rauchenberger2016-01-041-161/+155
* guess what! the algorithmKelly Rauchenberger2015-12-301-10/+16
* Fixed std namespace references in ebooks.cppKelly Rauchenberger2015-11-231-10/+10
* Added malapropismsKelly Rauchenberger2015-11-221-2/+0
* I may have made things better. I may have made things worse.Kelly Rauchenberger2015-11-221-3/+9
* Fixed typo with respect to reading delay time from config.ymlFeffernoose2013-10-081-1/+1
* Added user-configurble delay between tweets in rawr-ebooksFeffernoose2013-10-081-2/+4
* Implemented freevarsFeffernoose2013-10-071-1/+7
* Split rawr-ebooks and rawr-genFeffernoose2013-10-061-0/+169