Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

harshithaendreddy/trello-board-creator

Open more actions menu

Repository files navigation

Trello Board Generator 🚀

GitHub Actions Status License: MIT

🧩 Trello Board Generator from JSON

🚀 Automatically create a fully structured Trello board — with lists and cards — using a simple JSON file and GitHub Actions. Ideal for developers, productivity enthusiasts, and teams that want to automate repetitive Trello setups.


🌟 Features

  • 🔄 Automated Trello board creation via REST API
  • 🧾 JSON-based configuration for full control over lists and cards
  • 🤖 GitHub Actions integration for seamless automation
  • 🔐 API key and token managed securely with GitHub Secrets
  • 💻 Built with Python + requests

📁 Example Use Case

🔧 Input (JSON file)

{
  "name": "Personal Developer Dashboard",
  "lists": [
    {
      "name": "To Do",
      "cards": ["Build UI for Trello Creator", "Complete DSA Tracker", "Update Resume"]
    },
    {
      "name": "Doing",
      "cards": ["Build GitHub Action Workflow"]
    },
    {
      "name": "Done",
      "cards": ["Created Python Script", "Setup Trello API Access"]
    }
  ]
}

🪄 Output

A full Trello board like this (auto-created):

📌 Personal Developer Dashboard
 ┣ 📂 To Do
 ┃ ┣ 📝 Build UI for Trello Creator
 ┃ ┣ 📝 Complete DSA Tracker
 ┃ ┗ 📝 Update Resume
 ┣ 📂 Doing
 ┃ ┗ 📝 Build GitHub Action Workflow
 ┗ 📂 Done
    ┣ 📝 Created Python Script
    ┗ 📝 Setup Trello API Access

🔧 Setup Instructions

1. 🔑 Get Your Trello API Key and Token

2. 📂 Clone This Repository

git clone https://github.com/harshithaendreddy/trello-board-creator.git
cd trello-board-creator

3. 🔐 Add Secrets in GitHub

Go to your repo → Settings → Secrets → Actions → New Repository Secret

Name Value
TRELLO_API_KEY Your Trello API Key
TRELLO_TOKEN Your Trello Token

4. 🚀 Trigger the Workflow

  • Go to the Actions tab on GitHub
  • Run the workflow manually ("Create Trello Developer Dashboard")

📦 Project Structure

.
├── .github/
│   └── workflows/
│       └── run.yml               # GitHub Action workflow
├── DeveloperDashboardBoard.json # Your board definition
├── trello_import.py             # Python script to create the board
└── README.md

💡 Future Development

  • 🖥️ Build a UI where users can input JSON in-browser and generate boards directly
  • 🌐 Add OAuth for Trello login and token retrieval
  • 📊 Dashboard for past generated boards, analytics, and templates

🧠 Why This Project?
✅ Demonstrates real-world API integration
✅ Highlights DevOps knowledge (CI/CD via GitHub Actions)
✅ Encourages automation and productivity-driven development
✅ Great for personal project dashboards, team planning, or hackathons


🤝 Let's Connect

If you're hiring engineers who love building developer tools and automating workflows, I'd love to connect!


💡 "Automation isn’t just for deployments — it’s for everything repetitive."


📄 License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.