/naverblog_searcher

Helps to search Influential blog using comment and like data.

Primary LanguagePHPMIT LicenseMIT

naverblog_searcher MIT license

Search naver blog posts using web service crawler.

Alt Text

  • backend: PHP, Python3(PyPy3)

    • pypy3 crawler based on selenium
  • frontend: bootstrapk

INSTALL

  • Built any web server support PHP (ex nginx-php, apache-php)

  • Install pypy3
    https://pypy.org/download.html

  • Make sure you have installed these libs already.

pypy3 -m pip install selenium
pypy3 -m pip install BeautifulSoup4