This silly little robot rolls random flagsets for FF6WC, as well as some other fun little extra things. You can see SeedBot in action on the FF6WC Discord. You can also invite SeedBot to your own server by clicking here.
If you want to run your own instance of SeedBot, read below.
- Clone this repository
- Create a .env file in the main directory with the following:
- DISCORD_TOKEN='Your Discord bot token'
- new_api_key='Your API key for api.ff6worldscollide.com'
- dev_api_key='Your API key for devapi.ff6worldscollide.com'
- Initialize and update the submodules with:
git submodule update --init --remote --recursive
- Add the folder
\seedsto\WorldsCollide - Add your FF6 rom named
ff3.smcto\WorldsCollide - If you want to utilize the Google Sheets seed list functionality, you'll need to set up a service account with Google to enable SeedBot to write to your Google Sheet. Lots of information on the web about setting this up. Replace the
service_fileindb\metric_writer.pywith your key file. - Run
main.pyand enjoy!