shonfeder / borgmanities

A short-lived twitter bot in Haskell (and a bit of Python)
MIT License
4 stars 0 forks source link

Track seedNouns to eliminate redundancy. #15

Closed ghost closed 9 years ago

ghost commented 9 years ago

Each successful seedNoun should be recorded in a list of seedNouns, and these should not be repeated (at least not until we have extended the range of inputs available to the bot).

ghost commented 9 years ago

I'm just implementing the bare bones, without efficiency or sorting for now. Optimizations should happen, eventually, but I really want to get this project "first-level finished!".

ghost commented 9 years ago

This will want eventually want an improved implementation.