Create a bot executor cron job
import botfleet
botfleet.api_key = "YOUR_API_KEY"
botfleet.BotExecutorCronJob.create(
bot_id="15d19ca3-26f1-4adb-9cea-3955b73d9b4e",
name="My cron job",
expression="* * * * *",
)
Returns a BotExecutorCronJob
object.