? Modern CLI Interface Added: A modern Command Line Interface (CLI) has replaced the previous GUI, enabling full control via CLI.
Full Configuration through CLI: All settings and configurations are now managed through CLI options for streamlined setup.
?️ Interactive Menu with 4 Options: Upon running main.py or GlimorWp.exe, an interactive menu with the following options is displayed:
.txt file (1 keyword per line).? AI Model Selection Feature: Now supports selection of AI models (e.g., gpt-4o-mini, gpt-4o, etc.) to customize generation.
Improved Database Query Handling: Enhanced database querying for optimized performance.
Ensure you have the following details ready to configure the application:
To set up, start the main.py file or GlimorWp.exe executable, then select Option 1 from the CLI menu to configure the following settings:
Your OpenAI API Key
Your WordPress Username
Your WordPress Password
Your WordPress API URL
Wait time between each post publication
Maximum length of articles in words
Preferred model (gpt-4o / gpt-4o-mini)
Maximum number of articles to generateTo add keywords, either input them directly or load from a .txt file (1 keyword per line) using Option 2 from the CLI menu. Run the script with the following command:
python main.py? Tip: Adjust the sleep_time and max_length settings to meet your preferences and WordPress API rate limits.
This project is for educational purposes. Please ensure it complies with OpenAI's usage policies and WordPress's terms of service.
? Enjoy automating your article creation and exploring the potential of AI in content generation!