3urobeat / steam-comment-service-bot

📡 The most advanced Steam Account Manager Bot with mass coordinated comments/likes/favs/follows and plugin support
https://steamcommunity.com/id/3urobeatscommentbot
GNU General Public License v3.0
271 stars 40 forks source link

Code change getting reverted. #239

Open sherlockparadox opened 7 months ago

sherlockparadox commented 7 months ago

Describe the bug What happened? Tried to make couple of code changes like pulling steam accounts from a db instead of txt file. As described, I used "node scripts/generateFileStructure.js && node start.js" command and still code change I made is getting reverted.

Full error Please post the complete error here!

Additional context Please add any other information here if you have some. Please provide some info on this if possible as it might also impact anyone else trying to enhance utility of this comment bot.

3urobeat commented 7 months ago

Hey, can you try running the bot using the command npm run dev instead?
This is the way I execute it during development and it seems to be working as intended.

I'll update the documentation to list this command instead in the next version.

sherlockparadox commented 7 months ago

For some reason, that isn't working for me as well, it still runs the checksum verification and finds that .json file where checksums are stored had gotten updated & pulls it again from repo. I had to completely remove checksum validator from dataIntegrity.js to get it working.

Anyhow, thank you for replying & maintaining this open-source repository. You sure have added tons of feature!

Not sure if this is the right place to ask, is there a way to bring-back commend bot as well? Because to me it feels like something that can be achieved by using steam-user lib.

If there are any resources that I can go through which you might have to point me in the right direction, would be very helpful!

Thanks & Cheers!

3urobeat commented 7 months ago

Hm, that's weird. Which OS and which version of node.js are you using?
It's been quite a while since I last tested the bot on Windows - maybe this is a folder structure related issue(?).

I'll need to check this issue out sometime, I'm just a bit busy atm and I don't have a ready-to-go Windows dev environment I think.
I'll leave this issue open until then.

No, I don't know anything about csgo-commend bots - there have been multiple requests over time but judging of how beepIsla's project needed constant workarounds because Valve fixed stuff and people leaving rude comments, I'm not sure if I even want to look into that.
I also don't know if the steam-user lib would be of help in such a project. Without knowing much, I think you somehow need to join a CS2 server with the recipient and then make the commend request.
I really don't know how this can be automated without launching the game itself.
I sadly can't help you there, sorry.

sherlockparadox commented 7 months ago

I'm using windows 11 & nodejs v20.11.1 I've an active dev env with linux as well, I'll try making this change there & checking if this bug persists. Will update it here as well if in case I am able to find a solution as well, hopefully that'll help others.

BeepIsla's project was pretty great but I agree that people aren't really appreciative of efforts made by devs like yourself for making stuff available for free that works great out of the box itself. I'll take a look into it sometime later, hopefully will find something.

Thanks & Cheers!