https://github.com/raifpy/tgTwitterBridge
Telegram Channel - Twitter Tweet Bridge
https://github.com/raifpy/tgTwitterBridge
telegram telegram-bot twitter
Last synced: about 1 year ago
JSON representation
Telegram Channel - Twitter Tweet Bridge
- Host: GitHub
- URL: https://github.com/raifpy/tgTwitterBridge
- Owner: raifpy
- License: gpl-3.0
- Created: 2021-02-10T13:40:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-09T10:53:55.000Z (about 5 years ago)
- Last Synced: 2024-11-07T16:42:46.025Z (over 1 year ago)
- Topics: telegram, telegram-bot, twitter
- Language: Go
- Homepage: https://t.me/raifBlog
- Size: 2.01 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tgTwitterBridge
Telegram Channel - Twitter Tweet Bridge
# Preview

# Setup
* git clone [raifpy/tgTwitterBridge](https://github.com/raifpy/tgTwitterBridge)
* Install Tamper Dev for [Chrome](https://chrome.google.com/webstore/detail/tamper-dev/mdemppnhjflbejfbnlddahjbpdbeejnn) *(Like Burp Suite)*
* Visit [twitter](https://twitter.com/home) and open Tamper Dev extention
* 
* Tweet any text
* Find /update.json on Tamper Dev
* 
* Focus HTTP Request layout
* 
* Copy **Cookie's Header Value** and paste in cookie.txt **[!]**
* Copy **authorization's Header Value** and paste in header.json's authorization value **[!]**
* 
* Open [telegram/botfather](https://t.me/botfather)
* Create new bot
* 
* Start your bot & Copy bot token and paste telegram.json's Token value
* Forward any message your channel to [jsonBot](https://t.me/JsonBot)
* 
* Edit telegram.json with this informations
* Add your bot to your channel and don't forget to make an administrator
# On Background
```terminal
tgTwitterBridge[.exe] -background
```
# Compile
```bash
git clone https://github.com/raifpy/tgTwitterBridge
cd tgTwitterBridge
go build -x -v .
```
You can [join my telegram channel](https://t.me/raifBlog)