Skip to content

iiferedon/Assetto-Corsa-Server-Listener-Discord-Webhook-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assetto-Corsa-Server-Listener-Discord-Webhook-

Shows player JOIN and DISCONNECT in any assetto corsa server and writes to a discord channel via a webhook.

Logo
My Website »

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact

About The Project

Monitor any Assetto Corsa server to check if a player has joined or left the server.

I haven't seen anyone do this yet publicly so here is my code. :D

(back to top)

Built With

(back to top)

Getting Started

git clone https://github.com/iiferedon/Assetto-Corsa-Server-Listener-Discord-Webhook-.git
cd /Assetto-Corsa-Server-Listener-Discord-Webhook-/
pip install -r requirements.txt

Installation

Below is an example of how you can install this webhook!

  1. Create a discord webhook
Choose a channel to display messages > edit channel > integrations > webhooks > create webhook > name it anything > copy the webhook URL.
  1. Edit ACbot.py
     webhook = DiscordWebhook(url="WEBHOOK_URL")
     server_address = "SERVER_IP:SERVER_PORT"

(back to top)

Usage

#Start Script
python3 ACbot.py

Ensure script is started before anyone is in the server.

(back to top)

Contact

Discord - iiferedon#7337 or iiferedon#1337

Project Link: https://github.com/iiferedon/Assetto-Corsa-Server-Listener-Discord-Webhook-/

(back to top)

About

Shows player JOIN and DISCONNECT in any assetto corsa server and writes to a discord channel via a webhook.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages