Skip to content

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

License

Notifications You must be signed in to change notification settings

prabhakar267/github-email-extractor-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages