SplitEase is a Telegram bot that simplifies the process of splitting expenses among friends while travelling. It uses advanced OCR technology to extract data from receipts and calculates the expenses for each individual. It also store the data in a MongoDB database to keep track of user and expense information. With its user-friendly interface, SplitEase eliminates the need for manual calculations and reduces the chances of disputes.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before you begin, you will need to have the following software installed on your machine:
Python 3
pip
MongoDB
- Clone the repository to your local machine
git clone https://github.com/[username]/SplitEase.git
- Navigate to the project directory
cd SplitEase
- Install the required packages
pip install -r requirements.txt
- Start MongoDB server
mongod
-
Replace the bot token in config.py with your Telegram bot token.
-
Run the bot
python bot.py
The bot should now be up and running. You can interact with the bot by sending commands to the bot via Telegram.
Built With Python Telegram API MongoDB Authors username username
Acknowledgments Inspiration etc