This bot posts the Fortnite Festival daily song list each day to a Mastodon post.
- Rust compiler
- All the packages in the Cargo.toml file
- Create a .env file and put your fedi instance URL + access token there. Don't worry about the Authorization token yet
cargo run
, the program should prompt you to visit a URL to fetch an Epic Games authorization code. Put this code in the .env file in the blank fieldcargo run
once more and you should be good!
Running the program will fetch songs, and then immediately make a post. It is designed to be triggered by a cronjob or similar scheduling system.
🦊 Massive thanks to InvoxiPlayGames' EricLauncher project which served as an extremely well designed reference to the Epic Games authentication APIs.