Consolidating supper orders as a group can be a real hassle and Supper Together is created for NUS students staying on campus to order supper as a group conveniently through the prevalent Telegram app.
- Clone our Repository
- Request for a API Token from BotFather on Telegram (Search 'BotFather' on Telegram and make a new bot)
- Open the Token.txt and add your API Token (Important!!)
- Run the bot in command prompt using 'Python Main.py'
- Use command /teststore to initialise one of the stores as your User ID
- If you know your own user ID, u may edit the arrays in Helpers/Data.py before executing the bot.
- Open Menu.xlsx
- To Add a restaurant, create a new sheet. The restaurant name should be the sheet name
- Using the template given, make sure that each item has an ORDER ID, type (drinks, food), item name, amount
- You may add up to two options, ensure that the list of options are mapped correctly to their respective costs
- To change the store name, rename the sheet name
Use /help and /storehelp to find out more on the commands available for Students and Stall Owners respectively
Merlin Lim and Jerry Ho