seanpianka / OkReddit

A reddit bot which replies to user's comments containing "ok reddit define x" with the definition of x.
1 stars 0 forks source link

SQLite Database to decrease response time #2

Open seanpianka opened 8 years ago

seanpianka commented 8 years ago

A database which will store IDs of comments which the bot has already responded to, store IDs of Reddit deleted threads (that are found to contain any phrases) to prevent re-scanning, along with possibly storing defined words and counts of how many times they've been defined (along with other metadata about the bot).