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

Can you create guide to use/setup #11

Open
BG0NLINE opened this issue Apr 10, 2023 · 9 comments
Open

Can you create guide to use/setup #11

BG0NLINE opened this issue Apr 10, 2023 · 9 comments

Comments

@BG0NLINE
Copy link

Sorry im new to coding/programming, i really want to use this bot but im struggling, could you add me on discord to help or make a guide?
thanks

@SBTopZZZ-LG
Copy link

SBTopZZZ-LG commented Apr 11, 2023

You will need to download Python on your system. You can find the installers on their official site.

After downloading open a Terminal and type "python3" (if you have installed Python 3), or else "python", just to verify whether the installation was successful. Then you can close the terminal.

Then download the source files and extract them to a folder. After that open a Terminal, go to that folder where you extracted the contents and then type: "pip install -r settings\requirements.txt" (if you are not on Windows, then the path is "settings/requirements.txt").

Then, open the "settings/config.yaml" path, and put your data there. After which you can run the program through a Terminal or PowerShell using the command: "python csgo-market-sniper.py".

Hope this helps you out.

@Incrissis
Copy link

The Programm does not start for me. Ive typed the commands in normal cmd. There all install commands worked. In Python 3.12 nothing works. Not even python3. Any1 know what i did wrong?
Ive allready clicked the csgo-market-sniper file form the download. cmd shorty flashed open and then closed. Also no crome opened.
Any1 can help oir guide me through the process again?

@SBTopZZZ-LG
Copy link

In Python 3.12 nothing works. Not even python3.

Do you mean that running python3 or python commands did not work after the installation?

Ive allready clicked the csgo-market-sniper file form the download. cmd shorty flashed open and then closed.

Can you execute the python script using the python command in Command Prompt (python3 csgo-market-sniper.py), and share the output?

@Incrissis
Copy link

Incrissis commented Feb 26, 2024 via email

@SBTopZZZ-LG
Copy link

Okay, it looks like you are trying to execute the script through the Python interpreter, which isn't the right way.
You will have to run python3 csgo-market-sniper.py through Terminal (Command Prompt) or PowerShell.

@Incrissis
Copy link

Incrissis commented Feb 29, 2024 via email

@SBTopZZZ-LG
Copy link

SBTopZZZ-LG commented Feb 29, 2024

You will have to put double back-slashes in your path.
Like, "C:\\Users\\perme\\Downloads\\csgo-market-sniper-main\\csgo-market-sniper-main\\settings\\config.yaml".

@Incrissis
Copy link

Incrissis commented Feb 29, 2024 via email

@SBTopZZZ-LG
Copy link

You'll have to use double backslashes in the absolute path that you provided, to the config.yaml.

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

3 participants