
1. create account here You do not have permission to view the full content of this post.
Log in or register now.
2. verify your account by connecting it to telegram
3. you will recieve $20 dollar credits plus $10 dollar credits every 5 hours after you verify your account
Note: unverified account will not work
-then install claude code in terminal :
*npm install -g @anthropic-ai/claude-code
-run claude type :
*claude
4. go to API key section and generate API key then copy it
5.then go to your file manager and find .claude folder sample C:\Users\Admin\.claude or C:\Users\<Your name>\.claude
change the content of the settings.json file with (Replace YOUR_API_KEY to your generated API key earlier
Note : Replace the full content with the config below
{"env": {
"ANTHROPIC_API_KEY": "YOUR_API_KEY",
"ANTHROPIC_BASE_URL": "You do not have permission to view the full content of this post. Log in or register now.",
"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1"
},
"permissions": {
"allow": [],
"deny": []
},
"apiKeyHelper": "echo 'YOUR_API_KEY'"
}




.webp)
