A Telegram bot for users to share their leftover food.
Food wastage has been an increasing worrying issue over the years, and this bot aims to reduce it by creating a platform for sharing spare or leftover food. This bot was created within 24 hours for the Lifehack 2022 hackathon. You may find out more about our submission here: https://devpost.com/software/kalilinux
- python-telegram-bot
- googlemaps
- requests
- Install all dependencies using
pip install [packagename]
- Install Python 3
- Clone this repository to by running
git clone https://github.com/oeggy/TelegramBot
- Get inside the repository folder by running
cd TelegramBot
- Finally, run the program using
python3 Lifehack.py
- Run
/start
- To share your leftover food, run
/postfood
- To retrieve food someone else has posted, run
/getfood
- To see what food you have posted and to remove expired listings, run
/myposts
- To view all other commands, run
/help