The Flex Skill Change Logger is a sample Twilio Flex plugin that monitors changes to agent (worker) skills and sends these changes to a backend. Its goal is to maintain a centralized log of all ...
riot_data_scraper/ │ ├── ⚙️ config/ # Settings & environment │ ├── settings.py # Central configuration values │ └── .env # 🔐 RIOT_API_KEY (never commit) │ ├── 🧩 domain/ # Pure business logic (no ...