export OKCupid profiles to CSV
You will need to add:
- in a new file
config/user_info.rb
, constantsUserInfo::OKC_USERNAME
andUserInfo::OKC_PASSWORD
, set to your OKCupid username and password. Format:
class UserInfo
OKC_USERNAME = 'myusername'
OKC_PASSWORD = 'myp@$$w3rD'
end
- a list of usernames in
app/screen_names.yml
. Format:
- first_user
- second_user
- ...
bundle install
bundle exec ruby app/app.rb
Should be a new csv file under csv_files/:current_month/:current_day.csv