Commit Graph

8 Commits

Author SHA1 Message Date
Ceda EI 1a4db8d2c5 Change schema. Change functions to match new schema.
add_message_id for the new table. get_callback_id now gets id from
message_id table. Removed the null case from add_vote. Creating post no
longer adds an entry to poll table. It instead adds an entry to
message_ids table via add_message_id function
2019-01-07 00:19:44 +05:30
Ceda EI c464088c57 Change add_vote and post for name 2019-01-06 23:32:29 +05:30
Ceda EI 0176c385e9 Change schema 2019-01-06 23:24:13 +05:30
Ceda EI 83a79b7b24 Complete posting poll 2019-01-06 23:22:34 +05:30
Ceda EI 4ae5663fea Update gitignore. Add schema. 2019-01-06 22:47:49 +05:30
Ceda EI e897d6c162 Add base structure for bot.py 2019-01-01 21:49:23 +05:30
Ceda EI 5ce758ca97 Update gitignore, Add sample config 2019-01-01 21:06:54 +05:30
Ceda EI 44310d2243 Initial commit 2018-12-29 15:40:36 +00:00