Skip to content

jtbuaa/badoo-spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Badoo introduction spider

install chromedriver

https://sites.google.com/a/chromium.org/chromedriver/downloads

unzip it, copy it to /user/bin/, or config its path in get.py

both chromedriver and phantomjs should be ok, but this script do not fully support phantomjs.

chromedriver has GUI, phantomjs do not have GUI, so have more higher performance.

install selenium

download selenium from https://pypi.python.org/packages/54/4e/5efe0adb5210c2d96c060287d70274d5aa1987c052a0e56e4d8fe31207ad/selenium-3.0.0b3.tar.gz#md5=794adea4d20d6dc66d48891c2287ade0

  tar -xvf selenium-3.0.0b3.tar.gz, enter its folder,
  sudo python setup.py install

make sure your account can log into badoo in chrome browser.

yes of course, you need have chrome browser installed.

get interesting introduction on badoo:

  1. run "python get.py" in one console,
  2. then run below cmd in another console: tail -f /tmp/log1 | grep text | grep ==== | grep -v "Please rotate your phone"

you will get sth like this

  "text": "5:38:53 PM 15811xxxx M====I am studying and teaching ...",
  "text": "5:43:27 PM 15811xxxy M====Soy como soy, despistao, ...",
  "text": "5:56:36 PM 15811xxxz F====salir de fiesta",

About

find interesting profile on badoo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages