Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 的訊息。
- Host: GitHub
- URL: https://github.com/gallen881/di-li_bot
- Owner: gallen881
- License: gpl-3.0
- Created: 2023-10-30T14:21:22.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-23T12:44:27.000Z (5 months ago)
- Last Synced: 2024-07-23T14:08:45.746Z (5 months ago)
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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