Stay updated with the latest UFC fight results and scorecards directly in your Discord server!
FightLive is a streamlined tool that fetches live updates from @UFCNews on twitter and delivers them in an engaging format using Discord webhooks.
-
Clone the Repository
git clone https://github.com/yourusername/ufc-fight-tracker.git cd ufc-fight-tracker -
Set Up Environment Variables
Create a
.envfile in the root directory and add the following:WEBHOOK_URL=your_discord_webhook_url AUTH_TOKEN=your_twitter_auth_token -
Install dependencies
pip3 install -r requirements.txt
-
Run Program
python3 run.py