Logo Lanfrica

thesomidee/naija-content-bot

Domain:

natural language processing

Record type:

software
Creator:
the
Host:
Create Nigerian Tailored Contents # Naija Social Media Bot (MVP) A minimal web app that generates Nigerian-tailored social media content for different platforms. ## Features - Inputs: **Niche**, **Platform**, **Content Type**, optional **Tone** - Output: platform-appropriate copy with Nigerian context - Copy, download, or share to WhatsApp - Single-file Flask backend + static frontend ## Prerequisites - Python 3.9+ - An OpenAI API key ## Setup ```bash git clone cd naija_content_bot_mvp python -m venv .venv # Windows: .venv\Scripts\activate # macOS/Linux: source .venv/bin/activate pip install -r requirements.txt cp .env.example .env # edit .env and paste your OpenAI key python app.py ``` Then open: localhost ## Deploy (quick ideas) - **Render** or **Railway** for the Flask app - **Fly.io** or **Heroku** alternatives also work ## Notes - LinkedIn tone is professional; WhatsApp Status is short and emoji-friendly. - Adjust the prompt in `app.py` (`SYSTEM_PROMPT`) for brand-specific voice.