All Projects → Toxblh → skype-to-telegram

Toxblh / skype-to-telegram

Licence: MIT license
Skype to Telegram bot, for receive your message from skype in telegram

Programming Languages

typescript
32286 projects
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to skype-to-telegram

Torpedo
Pluggable, multi-network asynchronous chat bot written in Go
Stars: ✭ 19 (+35.71%)
Mutual labels:  telegram-bot, skype
teleirc
Go implementation of a Telegram <=> IRC bridge for use with any IRC channel and Telegram group
Stars: ✭ 112 (+700%)
Mutual labels:  telegram-bot, bridge
TgTwitterStreamer
Continous Integration from Twitter to Telegram.
Stars: ✭ 55 (+292.86%)
Mutual labels:  telegram-bot, bridge
Stormkitty
🔑 Open source stealer written on C#, all logs will be sent to Telegram bot.
Stars: ✭ 198 (+1314.29%)
Mutual labels:  telegram-bot, skype
trackrBot
A chatbot that helps you set price alerts for your amazon products.
Stars: ✭ 18 (+28.57%)
Mutual labels:  telegram-bot
remindbot
Hazel - a Golang Telegram Bot for Reminders
Stars: ✭ 42 (+200%)
Mutual labels:  telegram-bot
pong
Basic uptime monitoring system, with email alerts and/or push notifications
Stars: ✭ 94 (+571.43%)
Mutual labels:  telegram-bot
matrix-puppet-slack
puppet style slack bridge for matrix
Stars: ✭ 46 (+228.57%)
Mutual labels:  bridge
telegram-bot-amazon
Telegram bot to replace Amazon affiliate tags in links
Stars: ✭ 25 (+78.57%)
Mutual labels:  telegram-bot
TGInlineGIF
Telegram Inline tenor gif search bot.
Stars: ✭ 19 (+35.71%)
Mutual labels:  telegram-bot
tele-vdo-rider
Telegram bot to convert online videos to audio (mp3)
Stars: ✭ 17 (+21.43%)
Mutual labels:  telegram-bot
SWRATT
🤖 ☠️ 💬 A simple Telegram Bot that controls the victim's computer.
Stars: ✭ 38 (+171.43%)
Mutual labels:  telegram-bot
Bybit-Auto-Trading-Bot-Ordes-placed-via-TradingView-Webhook
Python based Trading Bot that uses TradingView.com webhook JSON alerts to place orders(buy/sell/close/manage positions/TP/SL/TS etc.) on Bybit.com. Hire me directly here https://www.freelancer.com/u/Beannsofts for any assistance
Stars: ✭ 235 (+1578.57%)
Mutual labels:  telegram-bot
VCPlayerBot
Telegram bot to stream videos in telegram voicechat for both groups and channels. Supports live steams, YouTube videos and telegram media. Supports scheduling streams, recording and many more.
Stars: ✭ 432 (+2985.71%)
Mutual labels:  telegram-bot
nosticker bot
Bot that fights telegram stickers
Stars: ✭ 18 (+28.57%)
Mutual labels:  telegram-bot
rnim
A bridge between R and Nim
Stars: ✭ 22 (+57.14%)
Mutual labels:  bridge
BTB-manager-telegram
A feature packed but easy-to-use Telegram bot for remotely managing Binance Trade Bot instances
Stars: ✭ 337 (+2307.14%)
Mutual labels:  telegram-bot
allukabot
Modular HunterxHunter themed Telegram Bot for managing your group with additional features.
Stars: ✭ 21 (+50%)
Mutual labels:  telegram-bot
RAM-UBOT
USERBOT TELEGRAM BUAT SENENG-SENENG AJA BLOK!
Stars: ✭ 69 (+392.86%)
Mutual labels:  telegram-bot
Telegram Vc Bot
A bot that can play music on telegram group's voice chat.
Stars: ✭ 94 (+571.43%)
Mutual labels:  telegram-bot

Skype to Telegram bot

Important. MS change auth flow and at current moment it's doesn't work. But you can to help to fix login flow here https://github.com/Toxblh/skype-http-api/blob/master/src/lib/providers/microsoft-account.ts

Your skype inside the telegram

You can start the bot with use Docker or your machine

Before all

Create a .env with content

SKYPE_LOGIN=your_skype_login
SKYPE_PASSWORD=your_skype_password
TELEGRAM_TOKEN=token_from_botFather_for_telegram
CHAT_ID=your_chat_id

How to create a bot in telegram

How to get the chat id: send /echo to t.me/toxblh_bot chat.id this what you need

Docker way

Docker Hub

docker run --env-file .env toxblh/skype-to-telegram

or

git clone https://github.com/Toxblh/skype-to-telegram
cd skype-to-telegram
docker-compose up

Manual way

yarn
yarn build
node dist/index.js

Troubleshooting

If you see in the log that at the start like that

skype-bot_1  |   caused by GetLiveToken: Unable to get the Live token for Skype
skype-bot_1  |   caused by LiveTokenNotFound: Unable to find the Live token. This token is normally found in the HTML response as the value of the element with the id```

You need to open https://web.skype.com/
Login once and on question about dont exit from system answer "yes" and remember

Next to restart the docker
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].