Getting Started¶
Welcome to the Neonize getting started guide! This section will help you install, configure, and create your first WhatsApp bot using Neonize.
Prerequisites¶
Before you begin, ensure you have the following:
- Python 3.10 or higher installed on your system
- pip package manager
- A WhatsApp account (phone number)
- Basic knowledge of Python programming
What You'll Learn¶
In this section, you'll learn how to:
- Install Neonize on your system
- Authenticate your WhatsApp account
- Create your first bot with a simple example
- Understand the basic structure of a Neonize application
Installation Methods¶
Neonize can be installed using various package managers:
System Requirements¶
| Component | Requirement |
|---|---|
| Python | 3.10+ |
| RAM | 256 MB minimum |
| Disk Space | 100 MB for installation |
| Network | Internet connection required |
Database Support¶
Neonize supports multiple database backends:
- SQLite - Default, perfect for development and small applications
- PostgreSQL - Recommended for production environments
Next Steps¶
Now that you understand the basics, continue to:
- Installation Guide - Detailed installation instructions
- Quick Start - Create your first bot
- Authentication - Learn about WhatsApp authentication