Balance checker telegram bot for your Sodexo Restaurant Pass card
Try the bot
·
Report Bug
·
Request Feature
There are an amazing website and a mobile application to monitor sodexo card balance. However, it does not support some features that would help me to keep track any balance changes, that's why I created the bot
To get a local copy up and running follow these simple steps.
- Install and run mongo db
apt-get install mongo
or launch docker container using
docker run --name sodexo-tg-bot-mongo -d \
-e MONGO_INITDB_ROOT_USERNAME=<INSERT USERNAME> \
-e MONGO_INITDB_ROOT_PASSWORD=<INSERT PASSWORD> \
-p 27017:27017 \
mongo:4
- Create a free telegram bot at https://core.telegram.org/bots#3-how-do-i-create-a-bot and get its token
- Clone the repo
git clone https://github.com/MisterRnobe/sodexo-tg-bot.git
- Run
./mvnw quarkus:dev \
-DMONGO_URI="mongodb://<INSERT USERNAME>:<INSERT PASSWORD>@localhost:27017" \
-DBOT_TOKEN="<INSERT YOUR BOT TOKEN>"
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Reach out to me at one of the following places