A Python-based Skype bot that listens to a Skype group for cellphone numbers, updates a MySQL database with the user information, and returns the user ID.
- Listens for new messages in a Skype group.
- Detects cellphone numbers and queries a MySQL database.
- Returns the user ID associated with the cellphone number.
- Docker
- Python 3.9+
- MySQL Database
git clone https://github.com/smasoudrezvani/skype-listener.git
cd skype-listener-main
Running with Docker
Build the Docker Image:
docker build -t skype-bot .
Run the Docker Container:
docker run -d skype-bot
or run using Docker Compose
Start the Bot:
docker-compose up -d