Skip to content

smasoudrezvani/skype-listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skype Listener

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.

Features

  • 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.

Prerequisites

  • Docker
  • Python 3.9+
  • MySQL Database

Getting Started

Clone the Repository

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published