https://github.com/yuuzi261/autofx
A discord bot that automatically fixes embeds of twitter links using FixTweet
https://github.com/yuuzi261/autofx
bot discord discord-bot discord-embed discordbot python python3 twitter webhook
Last synced: about 2 months ago
JSON representation
A discord bot that automatically fixes embeds of twitter links using FixTweet
- Host: GitHub
- URL: https://github.com/yuuzi261/autofx
- Owner: Yuuzi261
- License: mit
- Created: 2023-11-13T17:36:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T16:24:54.000Z (3 months ago)
- Last Synced: 2025-02-24T17:36:54.989Z (3 months ago)
- Topics: bot, discord, discord-bot, discord-embed, discordbot, python, python3, twitter, webhook
- Language: Python
- Homepage: https://discord.com/api/oauth2/authorize?client_id=1173685781265649745&permissions=292594658304&scope=bot
- Size: 16.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# AutoFxBring The Twitter Embed Back
[**English**](./README.md) | [**繁體中文**](./README_zh.md)
## 📝Introduction
A discord bot that automatically fixes embeds of twitter links using FixTweet.
## ✨Features

## 🔗Invite to Discord
👉 [Click here to invite AutoFx to your server](https://discord.com/api/oauth2/authorize?client_id=1173685781265649745&permissions=292594658304&scope=bot)
## 🛠️Build one of your own
### 📥Installation
Before running the bot, you need to install the necessary modules.
```shell
pip install -r requirements.txt
```In certain operating systems, you may need to use the command `pip3` instead of `pip` for installation.
### ⚡Usage
#### 1. Create and configure the .env file
```env
TOKEN=YourDiscordBotToken
```#### 2. Configure the configs.yml file
```yml
prefix: '' # The prefix for bot commands.
activity_name: '' # The activity name displayed by the bot.
```#### 3. Run and invite the bot to your server
```shell
python bot.py
```In certain operating systems, you may need to use `python3` instead of `python`.
🔧Bot Permissions Setup `292594658304`
- [x] Manage Webhooks
- [x] Read Messages/View Channels
- [x] Send Messages
- [x] Send Messages in Threads
- [x] Manage Messages
- [x] Manage Threads#### 4. Have fun
No need to set up, use the bot right away!