Use Discord to send and receive messages from Line
| Message type | Line to Discord | Discord to Line |
|---|---|---|
| Text | ⭕ | ⭕ |
| Emoji | ⭕ | ⭕ |
| Stickers | ⭕ | ❌ |
| Pictures | ⭕ | ⭕ |
| Videos | ⭕ | ⭕ |
| Audios | ⭕ | ⭕ |
| Files | ⭕ | ❌ |
- Create a Line bot(messaging API), and get the channel access token and channel secret.
- Create a Discord bot, and get the discord bot token.
- Create a Discord guild, and get the guild ID.
- Run
setup.py, and enter the necessary informations. - Run
pip install -r requirements.txt. - Run
Dbot.pyandLbot.py. - Type
{your_prefix}setupin the guild's channel.example: !setup, -setup or +setup ...
- Send some messages to the Line bot and enjoy.