added api route

This commit is contained in:
Chad Bailey
2025-02-06 01:20:35 +00:00
parent 5f9e24791e
commit fb0a1548ab
8 changed files with 2140 additions and 64 deletions

View File

@@ -150,6 +150,10 @@ async def main(room_url, token=None):
await runner.run(main_task)
async def bot(data, daily_room, daily_token):
await main(daily_room, daily_token)
if __name__ == "__main__":
parser = argparse.ArgumentParser(description="Daily Storyteller Bot")
parser.add_argument("-u", type=str, help="Room URL")