Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gallen881/di-li_bot

Use Discord to send and receive messages from Line. 使用 Discord 收發 Line 的訊息。
https://github.com/gallen881/di-li_bot

Last synced: about 1 month ago
JSON representation

Use Discord to send and receive messages from Line. 使用 Discord 收發 Line 的訊息。

Awesome Lists containing this project

README

        

# Di-Li Bot
Use Discord to send and receive messages from Line

## Supported messages type

| Message type | Line to Discord | Discord to Line |
|-|-|-|
| Text | ⭕ | ⭕ |
| Emoji | ⭕ | ⭕ |
| Stickers | ⭕ | ❌ |
| Pictures | ⭕ | ⭕ |
| Videos | ⭕ | ⭕ |
| Audios | ⭕ | ⭕ |
| Files | ⭕ | ❌ |

## How to use
1. Create a Line bot(messaging API), and get the channel access token and channel secret.
2. Create a Discord bot, and get the discord bot token.
3. Create a Discord guild, and get the guild ID.
4. Run `setup.py`, and enter the necessary informations.
5. Run `pip install -r requirements.txt`.
6. Run `Dbot.py` and `Lbot.py`.
7. Type `{your_prefix}setup` in the guild's channel.
> example: !setup, -setup or +setup ...
8. Send some messages to the Line bot and enjoy.

## Feel Free to PR