poe-platform / server-bot-quick-start

Tutorial for Poe server bots
1.31k stars 192 forks source link

Compress tutorial code into a single file #59

Closed tonghuikang closed 9 months ago

tonghuikang commented 9 months ago

Instead of having three separate files to define a bot (*bot.py, main.py, requirements.txt), we can define a bot with just one file.

tonghuikang commented 9 months ago

If we are doing this, we need to update the instructions here (also I feel that developer.poe.com generally need a revamp and dogfooding)

https://developer.poe.com/server-bots/quick-start#step-3-clone-the-starter-code-and-deploy-to-modal

tonghuikang commented 9 months ago

Thanks Anmol for working on it