Amchik / platfoxbot

🦊 Bridge from twitter to telegram

Home Page:https://t.me/cehekifoxes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

platfoxbot v2

(Platinum Foxes Bot) twitter to telegram image reposter.

Usage

$ platfoxbot --help

Configuration

Default config file is platfoxbot.toml. It can be changed via -c <config>

# Example config

# (optional) Cache file path.
# Default is platfoxbot.cache.json
cache = "platfoxbot.cache.json"

[telegram]
# Telegram token from @BotFather
token = ""
# Telegram chat id. (note: use BOT ID, not ids that appears in web{k,z})
# Also, its a string
chat_id = "-1001522104971"

[twitter]
# Twitter bearer token
token = ""
# Array (of strings) of ids to scan. 
ids = [ "1170746320115646464" ]

About

🦊 Bridge from twitter to telegram

https://t.me/cehekifoxes


Languages

Language:Rust 100.0%