Derpitron / Discord-OTP-Forcer

Selenium based discord OTP forcer
GNU Affero General Public License v3.0
43 stars 12 forks source link

`.env` and `.gitignore` files not found when downloading .zip of/cloning the repo #24

Closed nightninja56 closed 1 year ago

nightninja56 commented 1 year ago

Sorry, am new to this stuff but trying my best. I can't seem to find the .env file in the zipped folder that I downloaded. Everything else seems to be there and I have python/git downloaded, but I can't find that .env file.

LuXeZs commented 1 year ago

If you have git installed I would recommend opening command prompt and doing,

git clone https://github.com/Derpitron/Discord-OTP-Forcer.git

This should download the files into your main user directory from here I would read the instructions on the Main Page. If you have anymore questions I'll be happy to help.

nightninja56 commented 1 year ago

Yeah, so this is all I see in the directory when I clone like that:

Screen Shot 2023-04-14 at 9 14 53 PM
LuXeZs commented 1 year ago

You could create a .env file and paste the content from the .env file.

Are you on a mac? I don't have any experience with macOS as I am very new to this

Derpitron commented 1 year ago

This is weird. I'm not able to reproduce this issue locally, either by downloading the .ZIP file or by cloning the repository.

Both the .env and .gitignore files appear for me.

Derpitron commented 1 year ago

I think I know the cause of this issue.

On Mac OS and Linux, files starting with a period . are hidden by default. There should be an option in your file manager program to "see hidden files".

On Mac OS, press the Command ⌘ + Shift ⇧ + “.” (period) keys at the same time, which should show the hidden files looking transparent.

Let me know if this works for you, I do not have a Mac system to test this on.

nightninja56 commented 1 year ago

That worked to show the .env file! Will update if everything works otherwise. Thanks so much!

nightninja56 commented 1 year ago

Looks like I got it to work! fingers crossed it gets the job done eventually.