Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

ClaudeSeo/commit-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

commit-bot

Daily push with a telegram for committing and coding

Setup

  1. Setting the AWS credentials.

  2. Modify project.json

{
    ...
    "profile": "...",
    "role": "..."
    ...
}
  1. Modify functions/push/config.py
config = {
    'github': {
        'branch': {
            'faustring/kec-app-server': ['@Claude']
        },
        'id': '',
        'password': ''
    },
    'telegram': {
        'token': '',
        'chat_id': ''
    }
}

Deploy & Test

# deploy
$ apex deploy

# test
$ apex invoke push

TODO

  • Automate Setup

Refs

About

⏰ Daily push with a telegram for committing and coding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages