Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 727 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 727 Bytes

ImageMining

Image mining. Mine profile images through Google API (Google+ API and Google People API).

Dependencies

  • python 3
  • requests
  • google-api-python-client
  • project on Google API and credentials (API key or OAuth 2.0)

Preparations

  1. Create folder GoogleAPI/resources
  2. Add to GoogleAPI/resources/ your credentials files (api_key.txt (must contain only your API key) and client_secret.json (you will get it on credentials)) (see constants.py to change default folder).