jcardama / csgo-market-sniper

Bot that monitors desirable skins and will automatically buy them
GNU General Public License v3.0
20 stars 3 forks source link

Cant open the bot. #2

Closed Cryptabey closed 1 year ago

Cryptabey commented 1 year ago

Hi, when I do python main.py it doesn't do anything no error message nothing and I don't even seem to have a main.py file. I also tried the same thing doing python "filename" with every python file I saw and it never gives me any errors it just doesn't do anything.

jcardama commented 1 year ago

Hi, when I do python main.py it doesn't do anything no error message nothing and I don't even seem to have a main.py file. I also tried the same thing doing python "filename" with every python file I saw and it never gives me any errors it just doesn't do anything.

Make sure you have Python v3.10 installed. Also make sure you install all the required dependencies by running: pip install -r .\settings\requirements.txt Once you've made sure of the previous, run the following command: python csgo-market-sniper.py

jcardama commented 1 year ago

I have updated the README to fix the instructions on how to install and run the bot!