cryptotracker

所属分类:加密解密
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2024-01-16 05:08:29
上 传 者sh-1993
说明:  密码跟踪器
(cryptotracker)

文件列表:
img/
lambda_function/index/
src/
.DS_Store
.env.example
AWSCLIV2.pkg
Dockerfile
docker-compose.yml
package-lock.json
package.json
schema.graphql
tsconfig.json

# Crypto tracker slack bot Built to automate the cryptoslam reporting. This tool generates a screenshot of the table, and scrapes the relevant fields from Cryptoslam & Immutascan and posts the results into slack. It's sketchy but it works. ## Prerequisites * Use node v16+, and install dependancies with `npm i ` * As below we use npx and this helps with * Rename `.env.example` to `.env` * Make sure your slack bot has OAuth scope to `chat:write` and `files:write` (read more [here](https://api.slack.com/messaging/files)) * Replace 'slack-token' in `.env` file with your bot slack-token (read more [here](https://api.slack.com/authentication/token-types#bot)) ## Run `npx ts-node ./src/lambda-scraper.ts` to execute the app. ## Debug Mode `npx ts-node ./src/lambda-scraper.ts -d true` to execute the app. ## Show Mode `npx ts-node ./src/lambda-scraper.ts -s true` to execute the app. ## Docker Build `docker build --platform linux/amd64 -t crypto-tracker .` to build image `docker-compose build` ## Docker Run `docker run -dp 3000:3000 --platform linux/amd64 crypto-tracker` to run docker container `docker-compose up -d` ## Docker Stop `docker-compose down`

近期下载者

相关文件


收藏者