prabhakar267 / github-email-extractor-server

Server code for the chrome extension to fetch the email ID of a user even if they haven't made it public on their GitHub profile

Home Page:https://github.com/prabhakar267/github-email-extractor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Server code for the chrome extension to fetch the email ID of a user even if they haven't made it public on their GitHub profile. Uses Redis for caching.

Chrome Store

Setup Instructions

  • Setup environment
pip install virtualenv
virtualenv venv --python=python3.6
source venv/bin/activate
  • Install Redis.
wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
sudo make install
  • Run server
python app.py

Open localhost:5000

Troubleshooting

  • Follow this page for Redis related issues.

About

Server code for the chrome extension to fetch the email ID of a user even if they haven't made it public on their GitHub profile

https://github.com/prabhakar267/github-email-extractor

License:MIT License


Languages

Language:Python 99.2%Language:Procfile 0.8%