tindetheus icon indicating copy to clipboard operation
tindetheus copied to clipboard

tutorial please

Open Jennifer-Winter opened this issue 4 years ago • 1 comments

there are so many things that are a bit vague to a novice programmer like me. when you say i should copy the '*.env.example' file, where should i copy it to? also what should the facebook auth token look like? mine is a 266 character string of digits, and lower and upper case letters. is this correct?

Jennifer-Winter avatar Jul 12 '20 17:07 Jennifer-Winter

I'm happy to answer programming questions that you run into.

when you say i should copy the '*.env.example' file, where should i copy it to?

You could copy the .env.example file from the root of this repo, or just create a new .env file. The .env file should be located within the tinder director (after step 1).

It wouldn't be a bad idea for me to run tree on a working directory to just explain what each folder/file does within this directory.

also what should the facebook auth token look like? mine is a 266 character string of digits, and lower and upper case letters. is this correct?

My old facebook token that doesn't work anymore is 210 Roman characters (uppercase, lowercase, and numbers 0-9). I don't have a facebook accont right now. For now I have been using tinder's sms auth which gives you the x auth token.

cjekel avatar Jul 15 '20 02:07 cjekel