Skip to content

Conversation

Copy link

Copilot AI commented Nov 11, 2025

Plan: Create Project Configuration File

Based on the TaskFlow example, I need to create a similar configuration file for the IGBot repository that showcases:

  • Project name and description
  • Key achievements and features
  • Technologies used
  • Metrics and statistics

Analysis of IGBot Repository:

  • Purpose: Instagram automation bot for bulk DM sending and profile scraping
  • Main Technologies: Python, Streamlit, BeautifulSoup, OpenAI API, Instagram Bot API
  • Key Features:
    • Profile scraping from Google search results
    • Bulk message sending to Instagram users
    • OpenAI integration for message generation
    • Multi-account support for message distribution
    • CSV-based city/location management

Checklist:

  • Explore repository structure and understand the codebase
  • Identify key features and technologies
  • Create project configuration file in appropriate format (JSON/JS)
  • Include all relevant project information
  • Validate the configuration file format
  • Test and verify the output
Original prompt

{
name: "TaskFlow",
description: "Full-stack ASP.NET Core MVC task management platform with real-time notifications, intelligent due date reminders, and collaborative features including @mentions and progress tracking.",
icon: "✅",
gradient: "from-blue-500 to-indigo-600",
achievements: [
"Real-time notifications via SignalR with 0-latency updates",
"Automated due date reminders reducing missed deadlines by 90%",
"Smart @mention detection in comments for seamless team collaboration",
"Background worker service checking overdue tasks hourly"
],
technologies: [
"ASP.NET Core 9.0",
"Entity Framework Core",
"SignalR",
"SQL Server",
"PostgreSQL",
"Identity Framework",
"Serilog",
"MailKit",
"CsvHelper",
"Bootstrap"
],
github: "https://github.com/[your-username]/taskflow",
metrics: {
accuracy: "100%",
reduction: "90%",
feature: "Due Date Reminders",
realTime: "SignalR Push Notifications",
progressTracking: "0-100% Task Completion"
}
}

Generate similar copnfg file fromthis repo


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI self-assigned this Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants