Skip to content

Until now, there was only a method to acquire tweets using RSS, but we have overcome this by using a Twitter account.

Notifications You must be signed in to change notification settings

yuyu1815/twikit_discord_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS-Free Tweet Acquisition Discord Bot

banner English 中文 日本語

Until now, there was only a method to acquire tweets using RSS, but we have overcome this by using a Twitter account.

Table of Contents

Features

  • Automatic tweet acquisition without cost
  • Support for multiple servers and channels
  • Automatic conversion to fxtwitter and fxtiktok

In Progress

  • Support for AliExpress
  • Fork fxtwitter and customize it independently

Installation

Here are the installation steps for the project. Linux or Mac

 python3 -m pip install -r requirements.txt

Windows

 pip install -r requirements.txt

Configuration

  1. Please install this extension.
  2. Copy the cookie as shown in the image below. image
  3. Save the copied cookie as cookie.json in the crc/twitter_json directory.

sample.env

Please configure the following two items:

TOKEN="Discord_token"
#support ja_JP en_US zh_CN
Languages="en_US"

rename sample.env -> .env How to Start Linux or Mac

cd src 
python3 Bot.py

Windows

cd src
py Bot.py

Setting Up Discord Please invite with the following settings: discord discord

Commands & Capabilities

  • Add automatic posts from the user with the channel's name
/set_twitter twitter_user_name:

command

  • Remove automatic posts from the user with the channel's name
/del_twitter twitter_user_name:

command

  • Automatic posting

command

  • Display current settings
/check-settings 

command

  • Toggle fxtwitter conversion feature On/Off
/change-setting-twitter-get mode:

command

About

Until now, there was only a method to acquire tweets using RSS, but we have overcome this by using a Twitter account.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages