{"id":29856064,"url":"https://github.com/mscbuild/air-fryer-recipes","last_synced_at":"2025-07-29T23:35:40.460Z","repository":{"id":306128385,"uuid":"1025104333","full_name":"mscbuild/Air-Fryer-Recipes","owner":"mscbuild","description":"Air Fryer Recipes Telegram Bot.  Built with Python and integrated with the Spoonacular API.","archived":false,"fork":false,"pushed_at":"2025-07-23T18:42:35.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-23T21:24:06.934Z","etag":null,"topics":["air","development","fryer","menu","recipes","telegram","telegrambot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mscbuild.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-23T18:19:22.000Z","updated_at":"2025-07-23T18:42:54.000Z","dependencies_parsed_at":"2025-07-27T21:01:43.493Z","dependency_job_id":null,"html_url":"https://github.com/mscbuild/Air-Fryer-Recipes","commit_stats":null,"previous_names":["mscbuild/air-fryer-recipes"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mscbuild/Air-Fryer-Recipes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mscbuild%2FAir-Fryer-Recipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mscbuild%2FAir-Fryer-Recipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mscbuild%2FAir-Fryer-Recipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mscbuild%2FAir-Fryer-Recipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mscbuild","download_url":"https://codeload.github.com/mscbuild/Air-Fryer-Recipes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mscbuild%2FAir-Fryer-Recipes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267780395,"owners_count":24143204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["air","development","fryer","menu","recipes","telegram","telegrambot"],"created_at":"2025-07-29T23:35:36.951Z","updated_at":"2025-07-29T23:35:40.446Z","avatar_url":"https://github.com/mscbuild.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🍳 Air Fryer Recipes Telegram Bot\n![](https://komarev.com/ghpvc/?username=mscbuild) \n ![](https://img.shields.io/github/license/mscbuild/Air-Fryer-Recipes) \n ![](https://img.shields.io/badge/PRs-Welcome-green)\n ![](https://img.shields.io/github/languages/code-size/mscbuild/Air-Fryer-Recipes)\n![](https://img.shields.io/badge/code%20style-python-green)\n![](https://img.shields.io/github/stars/mscbuild)\n![](https://img.shields.io/badge/Topic-Github-lighred)\n![](https://img.shields.io/website?url=https%3A%2F%2Fgithub.com%2Fmscbuild)\n\n\nA Telegram bot that provides delicious air fryer recipes with search functionality and intuitive navigation. Built with Python and integrated with the Spoonacular API.\n\n## 🌟 Features\n\n- **Recipe Search**: Find recipes by ingredients or dish names\n- **Category Browsing**: Browse recipes by type (vegetarian, meat, quick meals)\n- **Detailed Recipes**: Get ingredients, instructions, and descriptions\n- **Persistent Menu**: Easy-to-use reply keyboard that stays visible\n- **Pagination**: Navigate through recipe lists with Previous/Next buttons\n- **API Integration**: Real recipes from Spoonacular API\n- **Responsive Design**: Works great on both mobile and desktop\n\n## 📱 Bot Menu\n\nThe bot features a persistent reply keyboard with these options:\n\n- 🔍 **Search Recipes** - Search by keyword\n- 📚 **Random Recipes** - Discover new recipes\n- ⭐ **Popular** - Most searched recipes\n- 🥗 **Vegetarian** - Plant-based options\n- 🥩 **Meat** - For meat lovers\n- ⏱ **Quick (\u003c30min)** - Fast meal ideas\n- ❓ **Help** - Usage instructions\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Python 3.7+\n- Telegram account\n- Spoonacular API key (free tier available)\n\n### Installation\n\n1. **Clone the repository**:\n```bash\ngit clone https://github.com/yourusername/Air-Fryer-Recipes.git\ncd Air-Fryer-Recipes\n```\n2. **Create a virtual environment** :\n~~~bash\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\n~~~\n3. **Install dependencies** :\n~~~bash\npip install python-telegram-bot aiohttp\n~~~\n4. **Get API keys** :\n   \n- Telegram Bot Token : Talk to @BotFather on Telegram\n- Spoonacular API Key : Sign up at Spoonacular API\n \n5. **Configure the bot** :\n \n- Open `bot.py`\n\n- Replace `\"YOUR_TELEGRAM_BOT_TOKEN\"` with your Telegram bot token\n \n- Replace `\"YOUR_SPOONACULAR_API_KEY\"` with your Spoonacular API key\n\n # Running the Bot\n~~~bash\npython bot.py\n~~~\n\n# 🛠️ Configuration\n\n**Environment Variables (Recommended)**\n\nCreate a `.env` file in the project root:\n~~~bash\nTELEGRAM_BOT_TOKEN=your_telegram_bot_token_here\nSPOONACULAR_API_KEY=your_spoonacular_api_key_here\n~~~\n\n# 📊 API Usage\n\nThe bot uses the `Spoonacular API` which offers:\n\n- Free tier: 150 requests per day\n- Recipe search and filtering\n- Detailed recipe information\n- Equipment-based filtering (air fryer)\n\n# 🏗️ Project Structure\n~~~bash\nair-fryer-recipes-bot/\n├── bot.py                 # Main bot application\n├── requirements.txt       # Python dependencies\n├── README.md             # This file\n├── .gitignore            # Git ignore file\n└── LICENSE               # MIT License\n~~~\n\n# 📦 Dependencies\n\n- `python-telegram-bot` - Telegram Bot API wrapper\n- `aiohttp` - Async HTTP client for API requests\n- `python-dotenv` (optional) - Environment variable management\n\n  # 🎯 Usage Examples\n\n- Click \"🔍 Search Recipes\"\n- Enter a search term (e.g., \"chicken\", \"vegetables\")\n- Browse results with pagination\n- Click any recipe to see details\n\n**Browsing Categories**\n\n- Use menu buttons to select a category\n- Browse recipes in that category\n- View detailed recipe information\n\n# 📄 License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmscbuild%2Fair-fryer-recipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmscbuild%2Fair-fryer-recipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmscbuild%2Fair-fryer-recipes/lists"}