Skip to content

Balance checker telegram bot for your Sodexo Restaurant Pass card

Notifications You must be signed in to change notification settings

MisterRnobe/sodexo-tg-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


sodexo telegram bot

Balance checker telegram bot for your Sodexo Restaurant Pass card

Try the bot · Report Bug · Request Feature

Table of Contents

About The Project

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

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • 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

Installation

  1. Clone the repo
git clone https://github.com/MisterRnobe/sodexo-tg-bot.git
  1. Run
./mvnw quarkus:dev \
    -DMONGO_URI="mongodb://<INSERT USERNAME>:<INSERT PASSWORD>@localhost:27017" \
    -DBOT_TOKEN="<INSERT YOUR BOT TOKEN>"

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Reach out to me at one of the following places