<h1 align="center">
<a href="https://prompts.chat">
Get a TODO list ChatGPT plugin up and running in under 5 minutes using Python. This plugin is designed to work in conjunction with the [ChatGPT plugins documentation](https://platform.openai.com/docs/plugins). Plugins have been superseded by GPTs, learn more about [creating a GPT with actions](https://platform.openai.com/docs/actions/introduction).
Sign in to like and favorite skills
Get a TODO list ChatGPT plugin up and running in under 5 minutes using Python. This plugin is designed to work in conjunction with the ChatGPT plugins documentation. Plugins have been superseded by GPTs, learn more about creating a GPT with actions.
To install the required packages for this plugin, run the following command:
pip install -r requirements.txt
To run the plugin, enter the following command:
python main.py
Once the local server is running:
localhost:5003 since this is the URL the server is running on locally, then select "Find manifest file".The plugin should now be installed and enabled! You can start with a question like "What is on my todo list" and then try adding something to it as well!
If you run into issues or have questions building a plugin, please join our Developer community forum.