Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having issue with starting the bot #26

Open
Arkhiii opened this issue Dec 29, 2024 · 4 comments
Open

Having issue with starting the bot #26

Arkhiii opened this issue Dec 29, 2024 · 4 comments

Comments

@Arkhiii
Copy link

Arkhiii commented Dec 29, 2024

Having issue with starting the bot, every time I run npm install --omit=dev
this is always the reply

PS E:\Downloads\Compressed\GC\Steam comment bot\steam-mass-comment-bot-master\steam-mass-comment-bot-master> npm install --omit=dev
npm : File C:\Program Files\nodejs\npm.ps1 cannot be loaded because running scripts is disabled on this system. For
more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
+ npm install --omit=dev
+ ~~~
    + CategoryInfo          : SecurityError: (:) [], PSSecurityException
    + FullyQualifiedErrorId : UnauthorizedAccess
PS E:\Downloads\Compressed\GC\Steam comment bot\steam-mass-comment-bot-master\steam-mass-comment-bot-master>

I already have my node install, and idk why.

@3urobeat
Copy link
Owner

Hey, that’s some kind of Windows thing where it doesn't allow you to run a program (npm) because of some security setting.

I don't use Windows so I never had to deal with this, but it shows you a Microsoft link there to check out.

Otherwise simply search the internet on how to change this Windows PowerShell "security" setting.

@3urobeat
Copy link
Owner

Did a quick search now, this is apparently what you have to do: https://stackoverflow.com/a/64633728

@Arkhiii
Copy link
Author

Arkhiii commented Dec 30, 2024

Thank you very much for the help! and it works

How can I increase how many I can comment in 1 account? like for example I want to comment 6 per 1 account.

@3urobeat
Copy link
Owner

You can just provide the same destination multiple times.

However this project is intended to be used to comment with one account on multiple profiles.
If you want to instead comment on a profile (for example yours) with a lot of accounts, check out the steam-comment-service-bot (where you came from judging your comment under the YouTube video)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants