twitter-telegram-forwarder

A simple twitter -> telegram forwarder written in Rust.

MIT License

Stars
4
Committers
2

twitter-telegram-forwarder

A simple twitter -> telegram forwarder written in Rust.

Example channel: https://t.me/nanabunnonijyuuni_tweet

How to use it?

  1. git clone https://github.com/oToToT/twitter-telegram-forwarder
  2. cd twitter-telegram-forwarder
  3. cargo build --release
  4. Setup config.json (see next section)
  5. ./target/release/twitter-telegram-forwarder

How to setup config.json?

  1. Rename config.json.example to config.json
  2. Fill in the twitter application Bearer token
  3. Fill in the telegram bot token
  4. Fill in the telegram channel/userid in "telegram-channel" field
  5. Fill in accounts you want to follow

Notice

To make it run periodically, you could try setup a cron job to do so.