botwiki / botwiki.org

Tutorials, articles, datasets and other resources for creating useful, interesting, artistic and friendly online bots.
http://botwiki.org
Other
83 stars 29 forks source link

Process "Is this bot interactive?" question from the form #67

Closed hugovk closed 9 years ago

hugovk commented 9 years ago

Process "Is this bot interactive?" column, and adds "interactive" tag if the answer is "Yes".

Otherwise no extra tag is added.

Also refactored the magic added-column numbers, if new questions are added in the future, just update this constant:

ADDED_COL = "M"

Resolves https://github.com/botwiki/botwiki.org/issues/64.

stefanbohacek commented 9 years ago

Awesome, thank you very much @hugovk !

hugovk commented 9 years ago

Yep, I'll check.

stefanbohacek commented 9 years ago

@hugovk Thanks a lot!