Giter Club home page Giter Club logo

skype-to-telegram's Introduction

Skype to Telegram Gateway

Establishes 2 way text messaging between telegram chat and skype contacts

Getting Started

Bot communicates only with added contacts, so before start, add all necessary people manually from https://web.skype.com

To run locally:

pip install -r requirements.txt
export "TELEGRAM_TOKEN=<token>"
export "TELEGRAM_CHAT_ID=<chat id:-212121212>"
export "SKYPE_LOGIN=<login>"
export  "SKYPE_PASSWORD=<password>"
export  "SKYPE_SUBSCRIBERS=<comma separated skype logins>"

python3 ./main.py

To run in docker:

docker build -t stt_gw .
docker run --name=stt_gw \
  -e "TELEGRAM_TOKEN=<token>"\
  -e "TELEGRAM_CHAT_ID=<chat id:-212121212>"\
  -e "SKYPE_LOGIN=<login>"\
  -e "SKYPE_PASSWORD=<password>"\
  -e "SKYPE_SUBSCRIBERS=<comma separated skype logins>"\
   stt_gw

skype-to-telegram's People

Contributors

citizen-stig avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

skype-to-telegram's Issues

Skype authorization error

Error during authorization process:

skpy.core.SkypeAuthException: No token file specified
skpy.core.SkypeAuthException: ("Couldn't retrieve t field from login response", <Response [200]>)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.