Compare commits

..

3 Commits

Author SHA1 Message Date
Râu Cao
1b4397bb15
3.1.0 2023-08-14 17:37:38 +02:00
Râu Cao
d717c01c33
Use local values for dev run script 2023-08-14 17:37:10 +02:00
Râu Cao
7cbc8905ff
Update hubot-kredits 2023-08-14 17:36:54 +02:00
3 changed files with 599 additions and 531 deletions

1119
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "hal8000", "name": "hal8000",
"version": "3.0.0", "version": "3.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "./run.sh", "start": "./run.sh",
@ -12,7 +12,7 @@
], ],
"description": "Heuristically programmed ALgorithmic computer", "description": "Heuristically programmed ALgorithmic computer",
"dependencies": { "dependencies": {
"@kredits/hubot-kredits": "^4.0.1", "@kredits/hubot-kredits": "^4.1.0",
"cheerio": "0.22.0", "cheerio": "0.22.0",
"coffee-script": "^1.9.2", "coffee-script": "^1.9.2",
"hubot": "^3.3.2", "hubot": "^3.3.2",

7
run.sh
View File

@ -14,13 +14,14 @@ HUBOT_AUTH_ADMIN="slvrbckt,raucao" \
LOG_HTTP_PORT=7000 \ LOG_HTTP_PORT=7000 \
LOG_STEALTH="true" \ LOG_STEALTH="true" \
WEBHOOK_TOKEN="kosmosplusplus" \ WEBHOOK_TOKEN="kosmosplusplus" \
KREDITS_WEB_URL="http://localhost:4200" \
KREDITS_WEBHOOK_TOKEN="123" \ KREDITS_WEBHOOK_TOKEN="123" \
KREDITS_ROOM="#kosmos-random" \ KREDITS_ROOM="#kosmos-random" \
KREDITS_WALLET_PATH="wallet.json" \ KREDITS_WALLET_PATH="wallet.json" \
KREDITS_WALLET_PASSWORD="foo" \ KREDITS_WALLET_PASSWORD="foo" \
KREDITS_PROVIDER_URL="https://rsk-testnet.kosmos.org" \ KREDITS_PROVIDER_URL="http://localhost:8545" \
KREDITS_GITHUB_KEY="" \ KREDITS_GITHUB_KEY="5f49f1d25902f053c61c" \
KREDITS_GITHUB_SECRET="" \ KREDITS_GITHUB_SECRET="cc695d692c33746c9c9b688d24a12b16f58f9e00" \
KREDITS_GITHUB_REPO_BLACKLIST="" \ KREDITS_GITHUB_REPO_BLACKLIST="" \
KREDITS_MEDIAWIKI_URL="https://wiki.kosmos.org/" \ KREDITS_MEDIAWIKI_URL="https://wiki.kosmos.org/" \
bin/hubot --name hal7000 bin/hubot --name hal7000