Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fa0311/palworld_notify
Send palworld entry/exit logs to Discord and LINE
https://github.com/fa0311/palworld_notify
palworld
Last synced: 1 day ago
JSON representation
Send palworld entry/exit logs to Discord and LINE
- Host: GitHub
- URL: https://github.com/fa0311/palworld_notify
- Owner: fa0311
- License: other
- Created: 2024-02-01T04:36:27.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-07T02:51:09.000Z (8 months ago)
- Last Synced: 2024-03-07T03:43:15.297Z (8 months ago)
- Topics: palworld
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Palworld Notify
Send palworld entry/exit logs to Discord and LINE.
## Setup
```sh
python -V
Python 3.10.12
``````sh
sh setup.sh
```## Config example
Create and edit a file named `.env`.
Not all fields are required.```.env
ip = "127.0.0.1"
port = 25575
password = "password"line_notify_token = "0000000000000000000"
discord_webhook_url = "https://discordapp.com/api/webhooks/0000000/000000000000000"join_message = "palworld - {name} ({steamid}) が参加しました"
leave_message = "palworld - {name} ({steamid}) が退出しました"wait_time = 5
log_level = "INFO"
```