Skip to content

Python script that automatically visits okcupid profiles to increase attention.

License

Notifications You must be signed in to change notification settings

sjqtentacles/okc-auto-visitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

okc-auto-visitor

HOW IT WORKS

In the file you'll see a variable at the end named "match." The match variable holds the url of a specific query made to Okcupid. What kind of query?

  1. Log onto okcupid
  2. click the "Browse Matches" link on the left sidebar
  3. You will see some parameters like "looking for women" or an age range and whatnot. After you fill it out, click "Search" and it will give you a page of results. The URL of the current page now is what you should put into the match variable, BUT REMEMBER THIS: At the end of the url there will be a parameter like this "&count=18"
  4. Make sure to change the count to something >=1000, in my example I just did something ridiculous like "=&count=604800" The reason for this is to load as many results as allowed into the search page (for the python script to find and target/visit).
  5. The code is set to a 3 second timer to hopefully avoid banning issues (works for me) and you can put as many matches as you'd like as long as you also remember to "findPeople(match)"
  6. Make sure to put your login credentials in the script at the top (you'll know where).

Ah yes and I accidentally left in the mongodb line, which you can expand into web-scraping services or remove if you just want an auto-visitor.

Have fun.

About

Python script that automatically visits okcupid profiles to increase attention.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages