Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Netzschleuder
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Furkan Gursoy
Netzschleuder
Commits
dbcfb066
Commit
dbcfb066
authored
Sep 14, 2020
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README.me: improve google drive instructions
parent
2f8cde8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
6 deletions
+17
-6
README.md
README.md
+17
-6
No files found.
README.md
View file @
dbcfb066
...
...
@@ -27,6 +27,23 @@ To render the website you need the following stored inside the
## Usage
### Google drive authentication
Some entries require the use of the google drive API for fetching
files. You will need to authenticate with a google account the first
time you run the scripts below, and your tokens will be stored in a
local file.
In order for this to work you need first to store in the local directory
a file called
``credentials.json``
obtained from your google API account
as described here:
<https://developers.google.com/drive/api/v3/quickstart/python>
When the script below is run for the first time, it will open your
browser asking you to authenticate to your google account. You will only
need to do this the first time.
### Processing data entries
The full repository is populated by running simply:
```
./do_all.py
...
...
@@ -43,12 +60,6 @@ script, e.g. ``fetch.py``.
The processed results will be stored inside a
``cache``
sub-directory. A
local version of the website can be run by evoking
``./net_site.py``
.
### Google drive authentication
Some entries require the use of google drive API for fetching. You will
need to authenticate with a google account the first time you run the
above scripts, and your credentials will be stored in a local file.
## License
Netzschleuder is free software, you can redistribute it and/or modify it
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment