Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diewland/line-chat-sniffer
Sniff LINE chat from 1-on-1, multi-person chats or group chat
https://github.com/diewland/line-chat-sniffer
line-bot python python3
Last synced: 1 day ago
JSON representation
Sniff LINE chat from 1-on-1, multi-person chats or group chat
- Host: GitHub
- URL: https://github.com/diewland/line-chat-sniffer
- Owner: diewland
- License: mit
- Created: 2019-08-04T14:57:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:16:06.000Z (over 1 year ago)
- Last Synced: 2023-05-01T22:44:57.514Z (over 1 year ago)
- Topics: line-bot, python, python3
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LINE Chat Sniffer
Sniff LINE chat from 1-on-1, multi-person chats or group chatIf you want chat bot to join mult-person chats or group chat
* LINE Console https://developers.line.biz/console/channel/[channel-id]/basic/
* Messaging settings -> Allow bot to join group chats
* LINE Manager https://manager.line.biz/account/[bot-id-with-@]/setting
* Account settings -> Chat settings -> Allow bot to join group chats
### References
* https://pypi.org/project/line-bot-sdk/
* https://github.com/line/line-bot-sdk-python