window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('consent', 'default', { 'analytics_storage': 'denied', 'ad_storage': 'denied' }); gtag('js', new Date()); gtag('config', 'G-3QQVDEWLZE', { 'send_page_view': true, 'page_location': location.href, 'page_referrer': document.referrer }); (function(){ var c = localStorage.getItem('aimeme_cookie_consent'); if (c === 'accepted') { gtag('consent', 'update', { 'analytics_storage': 'granted' }); } })();

Get Weekly Chicken Recipes on Telegram

GenKen delivers chicken recipes to your Telegram on your schedule, with cuisine and technique filters. Free tier: 1 recipe/week. Paid tiers: daily recipes + custom dietary & technique filters.

🤖 Subscribe on Telegram

1. Add the Bot

1
Open Telegram and search for @genkenkfcbot
2
Tap Start — the bot will greet you with a welcome message
3
Send a command to subscribe (see below)

2. Subscribe

Use the /chickenright command. All parameters are optional.

/chickenright [days] [--cuisine] [--technique]

Examples

CommandWhat you get
/chickenright1 recipe per week (free tier)
/chickenright 1Daily recipes (paid tier)
/chickenright 7 --pakistaniPakistani cuisine, one recipe every 7 days
/chickenright --grilledWeekly grilled chicken recipes
/chickenright 3 --thaiThai cuisine, every 3 days
/chickenright 1 --korean --stir-fryDaily Korean stir-fry recipes
/chickenright 7 --italian --roastedItalian roasted chicken, weekly

Delivery happens at the same time you subscribed — so if you send /chickenright at 6:30 PM, your recipes arrive at 6:30 PM on delivery days.

3. Cuisines

Add --cuisine to filter recipes by region:

FlagCuisine
--pakistani🇵🇰 Pakistani
--thai🇹🇭 Thai
--chinese🇨🇳 Chinese
--japanese🇯🇵 Japanese
--korean🇰🇷 Korean
--indian🇮🇳 Indian
--american🇺🇸 American
--vietnamese🇻🇳 Vietnamese
--caribbean🇯🇲 Caribbean
--french🇫🇷 French
--italian🇮🇹 Italian
--mexican🇲🇽 Mexican

If you don't specify a cuisine, the bot picks from all available cuisines — giving you variety every time.

4. Technique Filters

Add --technique to get recipes using a specific cooking method:

/chickenright --grilled
/chickenright 3 --stir-fry
/chickenright 1 --tandoori
FlagTechnique
--stir-fryStir-Fry
--braisedBraised
--grilledGrilled
--deep-friedDeep-Fried
--steamedSteamed
--roastedRoasted
--smokedSmoked
--sous-videSous-Vide
--poachedPoached
--confitConfit
--tandooriTandoori

5. Control Commands

CommandAction
/chickenright statusShow your settings, delivery count, recipes remaining
/chickenright stopPause delivery (keep your settings)
/chickenright startResume delivery
/chickenright nowGet a recipe immediately
/chickenright cuisinesList available cuisines
/chickenright techniquesList available cooking techniques
/chickenright helpShow quick reference

6. What a Delivery Looks Like

Each Telegram delivery includes the hero image (landscape photo), followed by the recipe caption:

Chicken Tikka Malai
🍗 Chicken Tikka Malai
🇵🇰 Pakistani · ❤️ Health Score: 92 · ⏱️ 45 min

🔥 Juicy yogurt-marinated chicken, charred to smoky perfection —
the grill does all the work, you take all the credit.

📖 View full recipe →

👍 /chickenright status · /chickenright stop

Each delivery includes: a hero image (landscape food photo), recipe title, cuisine tag, health score, cook time, a one-liner hook, and a link to the full recipe with complete macro breakdown.

When your recipe list runs out, the bot lets you know and continues with random recipes until you issue a fresh /chickenright command to build a new list.

7. Subscription Tiers

TierFrequencyFeatures
Free1 recipe / weekAll cuisines, all techniques, basic delivery
ProDailyCustom cuisine filter, custom technique filter, priority recipes
EliteDaily + On-DemandCuisine + technique combos, dietary filters (high-protein, low-carb, dairy-free, gluten-free), /chickenright now unlimited
← Back to ChickenRight const THEME_KEY = 'chickenright_theme'; let theme = localStorage.getItem(THEME_KEY) || 'auto'; function applyTheme(t){ const root = document.documentElement; const btn = document.getElementById('themeToggle'); if(!btn) return; if(t === 'auto'){ root.classList.toggle('light', !window.matchMedia('(prefers-color-scheme: dark)').matches); btn.textContent = '🌓'; } else if(t === 'light'){ root.classList.add('light'); btn.textContent = '☀️'; } else { root.classList.remove('light'); btn.textContent = '🌙'; } } function cycleTheme(){ if(theme === 'auto') theme = 'light'; else if(theme === 'light') theme = 'dark'; else theme = 'auto'; localStorage.setItem(THEME_KEY, theme); applyTheme(theme); } applyTheme(theme); window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', () => { if(theme === 'auto') applyTheme('auto'); }); // ── Cookie Consent Banner ── (function(){ if (!localStorage.getItem('aimeme_cookie_consent')) { var banner = document.getElementById('cookieBanner'); if (banner) banner.style.display = 'block'; } })(); function acceptCookies(){ localStorage.setItem('aimeme_cookie_consent', 'accepted'); var banner = document.getElementById('cookieBanner'); if (banner) banner.style.display = 'none'; gtag('consent', 'update', { 'analytics_storage': 'granted' }); } function rejectCookies(){ localStorage.setItem('aimeme_cookie_consent', 'rejected'); var banner = document.getElementById('cookieBanner'); if (banner) banner.style.display = 'none'; } (function(){ var h=document.querySelector('[data-component="header"]'); var f=document.querySelector('[data-component="footer"]'); if(h){fetch('components/header.html').then(r=>r.text()).then(t=>{var d=document.createElement('div');d.innerHTML=t;h.replaceWith(d.firstElementChild)})} if(f){fetch('components/footer.html').then(r=>r.text()).then(t=>{var d=document.createElement('div');d.innerHTML=t;f.replaceWith(d.firstElementChild)})} })();
🍗 GenKen — Ask me anything!
🟢 GenKen