Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spinfal/commit-bot
a simple script to bot commits to your repo
https://github.com/spinfal/commit-bot
commit-bot commits github nodejs simple
Last synced: 5 days ago
JSON representation
a simple script to bot commits to your repo
- Host: GitHub
- URL: https://github.com/spinfal/commit-bot
- Owner: spinfal
- License: mit
- Created: 2021-08-10T10:26:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T00:13:22.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T10:16:25.823Z (about 2 months ago)
- Topics: commit-bot, commits, github, nodejs, simple
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Commit Bot
A simple GitHub commit bot# How to get started
- Make sure you have https://nodejs.org/ installed
- Make sure you have common sense ready# How to use
- `git clone https://github.com/spinfal/commit-bot.git`
- `cd commit-bot`
- `npm i`
- Make a personal token here: https://github.com/settings/tokens
- Check this: ![repo](https://hypixel.support/CI_hZQ.png)
- Paste it into [config.json](config.json)
- Setup [config.json](config.json) to how you want it
- Save and run `node .` or `node index.js`# Any issues?
- Report them [here](https://github.com/spinfal/commit-bot/issues)
- If you don't provide any info, or your report is dry asf I will ignore it. At least provide the error message or what you tried to do.