https://github.com/fa0311/palworld_notify
Send palworld entry/exit logs to Discord and LINE
https://github.com/fa0311/palworld_notify
palworld
Last synced: about 2 months 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T23:44:14.000Z (over 1 year ago)
- Last Synced: 2025-12-03T12:29:49.543Z (4 months ago)
- Topics: palworld
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
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"
```