Skip to content

Commit

Permalink
update README. dead.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpEcHiDe committed Apr 14, 2018
1 parent 0dfd3c3 commit c135e11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WhatApp <=> Telegram Bridge

🆕 The written instructions can be found [here](http://ibcomputing.com/whatsapp-telegram-bridge/).
🆕 The written instructions can be found [here](https://blog.shrimadhavuk.me/posts/2017/12/31/telegram-whatapp/).

** LEGAL DISCLAIMER: ** It is possible that WhatsApp will end up blocking the phone number used to connect through yowsup-cli ** Use at your own Risk **

Expand Down Expand Up @@ -37,7 +37,7 @@ SOFTWARE.
- ```mv development.conf config.conf```
- Edit config.conf according to the instructions given below.
- ```sh run.sh```
- ~sh status.sh~ This needs to be fixed. [Issue](https://github.com/SpEcHiDe/wat-bridge/issues/8)
- ```sh status.sh```

## edit ```config.conf```

Expand Down
1 change: 1 addition & 0 deletions kill.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
do
kill -9 ${j}
done
sh CleanUpDownLoadS.sh
sh UploadToTG.sh
rm log.pid
rm log.txt
8 changes: 4 additions & 4 deletions wat_bridge/wa.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ def on_message(self, message):
body = message.getBody()

if body == '/getID' or body == '/link':
# self.send_msg(phone=sender, message="/link " + sender)
self.send_msg(phone=sender, message="/link " + sender)

# HelpInstructions = "Please send the above message in the Telegram group that you would like to bridge!"
# self.send_msg(phone=sender, message=HelpInstructions)
self.send_msg(phone=sender, message="new registrations are closed. please contact https://youtu.be/9r-yzKfL8xw for bridging Telegram ")
HelpInstructions = "Please send the above message in the Telegram group that you would like to bridge!"
self.send_msg(phone=sender, message=HelpInstructions)
# self.send_msg(phone=sender, message="new registrations are closed. please contact https://youtu.be/9r-yzKfL8xw for bridging Telegram ")
return
elif body.startswith('/add'):
if participant == sender:
Expand Down

0 comments on commit c135e11

Please sign in to comment.