https://github.com/dtcarls/ff_bot https://github.com/dtcarls/ff_bot/blob/master/ff_bot/ff_bot.py
I am trying to figure out a way to manually have this python script run certain functions, like get_trophies from the terminal. Currently the script is scheduled to send certain messages each week, at a specific time, but I would really like to be able to manually resend the message through the shell.
Something like "python3 ff_bot.py get_trophies" and have the bot send that message again.
Not sure if this is possible, and I am very limited in my programming knowledge. The app was auto deployed to heroku per the readme on GitHub