Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nrentzilas authored Jan 23, 2025
1 parent 0b2d80f commit 446c02d
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ pip install -r requirements.txt

1. **Clone the repository**:
```bash
git clone <repository_url>
cd <repository_name>
git clone https://github.com/Nrentzilas/Discord-Webhook-Announcer.git
cd Discord-Webhook-Announcer
```

2. **Create a Virtual Environment** (recommended):
Expand All @@ -55,18 +55,25 @@ pip install -r requirements.txt
4. **Setup `.env` File**:
Create a `.env` file in the root directory and configure the following variables:
```env
# General Configuration
UI_TITLE=YourIPTVDealer Movie BOT
WEBHOOK_URL=https://discord.com/api/webhooks/<your_webhook>
# ------------ EXAMPLE USAGE LIKE PHOTO 1 ---------------
# Embed Configuration
AUTHOR_IMAGE_URL=https://i.ibb.co/JjY6SNh/cropped-favicon-2.png
TITLE1=New Movie Added
# UI Configuration
UI_TITLE=Discord Webhook Announcer
# Embed Configuration
WEBHOOK_URL=https://discord.com/api/webhooks/BLAH BLAH BLAH BLAH
AUTHOR_IMAGE_URL= IMAGE HOSTED ONLINE ( CHECK IMG BB )
# Ui & Embed Configuration
# Field Titles
FIELD1_TITLE=Name
# --- Note that by changing these values, you change them both on UI & on the embed ---
# --- I made it this way so it is easier for long-term usage ---
TITLE1=New Movie Added
FIELD1_TITLE=Movie Name
INLINE1_TITLE=Country
INLINE2_TITLE=Subs
# --- The Field3 is the field with the link | Maybe a link on a website or anything you like ---
FIELD3_TITLE=Website
FIELD4_TITLE=Additional Movies
```
Expand Down Expand Up @@ -124,5 +131,4 @@ This project is licensed under the MIT License. See the `LICENSE` file for detai

## Support

For any issues, feel free to open an issue on the [GitHub repository](<repository_url>) or contact me directly at Discord: sparkmate

For any issues, feel free to open an issue on the [GitHub repository](https://github.com/Nrentzilas/Discord-Webhook-Announcer.git) or contact me directly at Discord: sparkmate

0 comments on commit 446c02d

Please sign in to comment.