Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 953 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 953 Bytes

About.me-Scraping

Get all user info from About.me

Installation

  • Clone it
  • Edit init/config.php
    • Set your google maps API key
  • Run and explore About.me users :-)

Description

This is very simple web-scraping tool, which you can get all user data from About.me website. You can simply get all available data (JSON or Array), and use it for your purpose. Also, this tool has simple templates with very basic design made for simple example only.

Using

  • For template call root/?user={username}
  • Get simple data with call root/data.php?user={username}

Requirements

  • PHP

Helpful links

What is about.me?

About.me - Your personal homepage. You can easily create your one-page web presentation, with your personal details (interests, jobs, social profiles...)

Credits

  • User's information from www.about.me
  • Written by Nemanja Madžovski (nemanja at madza dot rs)