Skip to content
@assembly-automation-hub

Assembly Hub: Bots & Automation

Assembly-Bots Automation Hub. Building smart bots, scripts, and versatile utilities to streamline workflows and automate routine tasks.

Wave divider

Python JavaScript Google Apps Script GitHub Actions Telegram Automation


Overview

Assembly Hub: Bots & Automation is a focused engineering organization building open-source automated solutions and developer utilities. Our work spans serverless bot infrastructure, AI-powered code analysis pipelines, system scripts, and GitHub Actions workflows — all designed around practical utility, time-saving, and minimal operational overhead.

The organization maintains a diverse portfolio of tools: production-ready bots (for Telegram and beyond) built on Python and Google Apps Script, versatile utilities for everyday tasks, and a suite of LLM-integrated GitHub Actions for automated code review and issue generation.


Architecture

The codebase is organized around two distinct runtime paradigms to handle different automation needs:

actions_* repositories — Python-based bots and automation scripts deployed and triggered via GitHub Actions. Suited for scheduled tasks, event-driven automation, data parsing, and workloads requiring full Python library access.

GAP_* repositories — Google Apps Script utilities and bots. Truly serverless, zero-infrastructure deployments ideal for lightweight automation, scheduled broadcasts, and seamless Google Workspace integration.


AI-Powered GitHub Actions

Automated GitHub Actions that use large language models to perform code review, security auditing, and issue generation directly from commits and pull requests. Each variant targets a different LLM provider, allowing teams to integrate with their existing AI infrastructure.

Repository Model License
Issues-github-actions-GPT-4o OpenAI GPT-4o AGPL-3.0
Issues-github-actions-gemeniAI Google Gemini AGPL-3.0
Issues-github-actions-Llama Meta Llama AGPL-3.0

All three share the same interface: on push or pull request, the action analyzes the diff, generates a structured review, and opens a GitHub Issue with findings — security flags, code quality notes, and improvement suggestions included.


Getting Started

Python Bots & Scripts (actions_*)

git clone [https://github.com/Assembly-Bots/](https://github.com/Assembly-Bots/)<repo>.git
cd <repo>

pip install -r requirements.txt

cp .env.example .env
# Set any required API keys and tokens in the .env file

python main.py

Google Apps Script Bots (GAP_*)

Copy the source into a new project at script.google.com, configure your ScriptProperties with the required tokens, and set up a time-based trigger for scheduled execution. No server required.

AI GitHub Actions

Add the workflow file to .github/workflows/ in your repository and configure the following secrets in your repository settings:

OPENAI_API_KEY       # for GPT-4o variant
GEMINI_API_KEY       # for Gemini variant
LLAMA_API_KEY        # for Llama variant
GITHUB_TOKEN         # standard Actions token

Contributing

Pull requests are welcome. For significant changes, open an issue first to discuss the proposed direction.

1. Fork the repository
2. Create a feature branch  —  git checkout -b feature/your-feature
3. Commit your changes      —  git commit -m 'feat: description'
4. Push the branch          —  git push origin feature/your-feature
5. Open a Pull Request

Please follow the existing code style and include relevant documentation updates with your changes.


Wave divider
Follow

Popular repositories Loading

  1. actions_Facotrio-Update-bot actions_Facotrio-Update-bot Public

    Python 1

  2. actions_Factorio-Blueprint2-bot actions_Factorio-Blueprint2-bot Public

    Python 1

  3. actions_bot-catcher actions_bot-catcher Public

    Python 1

  4. GAP_AIpromt-telegram-bots GAP_AIpromt-telegram-bots Public

    A collection of lightweight Telegram bots powered by Google Apps Script and Gemini AI. Serverless automation for daily horoscopes, workgroup notifications, and scheduled content broadcasting.

    JavaScript 1

  5. GAP_checkAppAdsContent GAP_checkAppAdsContent Public

    JavaScript 1

  6. GAP_Facotrio-Update-bot GAP_Facotrio-Update-bot Public

    JavaScript 1

Repositories

Showing 10 of 15 repositories

Top languages

Loading…

Most used topics

Loading…