FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
dnoneill/annonatate-sourcecode · GitHub
dnoneill
/
annonatate-sourcecode
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
10
Code
Issues
3
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Branches
Tags
Open more actions menu
Latest commit
History
331 Commits
331 Commits
Folders and files
Name
Name
Last commit message
Last commit date
annonatate
annonatate
test
test
.env.template
.env.template
.gitignore
.gitignore
LICENSE
LICENSE
README.md
README.md
requirements.txt
requirements.txt
wsgi.py
wsgi.py
Repository files navigation
README
MIT license
Annonatate
Running Locally
Download code
Create OAuth App (
https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app
)
Make sure to set the callback url to
http://127.0.0.1:5000/authorize
or
http://0.0.0.0:5000/authorize
Copy the .env.template file to .env
Fill out the variables with your OAuth client id and secret
Install requirements pip install -r requirements.txt
Run the application python wsgi.py
Go to the application in the browser. Make sure the URL you use matches what you put in the callback URL (If you choose
http://0.0.0.0:5000/authorize
) then make sure to go to
http://0.0.0.0:5000
in the browser.
Running tests
python -m unittest
About
No description, website, or topics provided.
Resources
Readme
MIT license
Activity
Stars
10
stars
Watchers
3
watching
Forks
1
fork
Report repository
Releases
Packages
Used by
Contributors
Languages
Back
|
FazBrowse Home
|
New Git URL