Skip to content

Commit

Permalink
chore: Update project info readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nezort11 committed Dec 21, 2024
1 parent 73984c4 commit a2a6353
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Serverless curl-impersonate (serverless + docker + express + proxy + curl-impersonate)
# Impersonated proxy server (serverless-curl-impersonate) (serverless + docker + express + proxy + curl-impersonate)

Serverless HTTP proxy server configuration for curl-impersonate
Impersonated proxy server:

- bypass TLS fingerprinting anti-bot protection https://dev.to/logrocket/using-curl-impersonate-in-nodejs-to-avoid-blocks-49n2
- written in Nodejs/Express
- see working Docker image
- see example of serverless configuration

## Getting started

Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@
"yc:container:print": "source ./scripts/pre-container.sh && echo \"Your serverless container is available at https://$CONTAINER_ID.containers.yandexcloud.net/\"",
"yc:container:configure": "source ./scripts/pre-image.sh && yc serverless container revision deploy --container-name $CONTAINER_NAME --image $IMAGE_NAME --cores 1 --memory 1GB --concurrency 1 --execution-timeout 30s --service-account-id $SERVICE_ACCOUNT_ID",
"yc:ci": "pnpm yc:image:build && pnpm yc:image:push && pnpm yc:container:configure && pnpm yc:container:print",
"docker:image:clean": "docker image rm -f $(docker image ls -aqf dangling=true) || echo ''",
},
"dependencies": {
"curl-wrap": "1.0.3",
"debug": "^4.3.4",
"dotenv": "16.4.7",
"express": "4.18.2",
"raw-body": "3.0.0",
},
"devDependencies": {
"@types/debug": "^4.1.12",
Expand Down

0 comments on commit a2a6353

Please sign in to comment.