Telegram bot for reposting content from other platforms.
Currently, supports reposting from: X(Twitter) & Pixiv & kemono.su
-
Use python 3.11 or before because distutils has been removed from Python 3.12
-
Clone the repository
git clone https://github.com/HundSimon/x-repost-telegram-bot.git
- Install dependencies
pip install -r requirements.txt
-
Create a new bot on the BotFather and get the API token
-
Configure the bot by editing the
config.py
file
cp config.json.example config.json
vim config.json
You can get Pixiv refresh token by using pixiv_auth.py
- Run the bot
python main.py
- Error handling
- X video reposting
- Pixiv multi-image reposting
- e621 support
- Better async
- furryaffinity support
- e-hentai support
- kemono.su support