Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Mozilla-TWQA/apoy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apoy

Build Status

  • Setup virtualenv
$ virtualenv env
$ source env/bin/activate
$ python setup.py develop
  • Start ngrok
  • Go to GitHub > Settings > OAuth applications > Developer Applications > Register new applications, input "/cb" to Authorization callback URL
  • Save the Client ID and Client Secret to settings.json
  • Run python server.py or apoy
  • Open your ngrok url, e.g. https://xxxxxxxx.ngrok.io (You must use this url instead of localhost:8888 otherwise cookies will not work)

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.3%
  • JavaScript 17.1%
  • HTML 14.0%
  • Makefile 0.6%