An example Python app on 23andMe's genome API using the tornado framework. https://api.23andme.com
Clone the repository, and open app.py to update the client id and client secret or hostname and port , then run example code as belown:
python app.py
Visit http://127.0.0.1:9190 in your browser . Be sure set your app redirect url to "http://127.0.0.1:9190/receive_code/" in the 23andme api dashboard.