DocumentationQuickstart
Quickstart
Get started with Pynions in 2 minutes by setting up your first local AI workflow. No cloud dependencies, just Python and a few API keys.
Super Quick Setup (Copy-Paste Ready)
1. Create Project & Install
2. Create Config Files
3. Copy-Paste This Complete Working Example
Create quickstart.py
and paste this complete code:
4. Run It!
What You Get
- A working AI analysis tool
- Results saved to data folder
- Easy to modify and extend
Next Steps
- Try different topics
- Modify the analysis prompt
- Add more features
- Check the full documentation
Common Issues
-
"Module not found" error
-
API Key error
- Check .env file exists
- Verify API key is correct
- Make sure no quotes in .env file
-
Permission error
30-Second Test Run
That's it! You should see AI-generated analysis of your topic and the results saved to a file.
Need the full version? Check out the complete documentation for all features and capabilities.
Updated 5 days ago
Edit this page