Commit 138c9152 authored by Cecylia Bocovich's avatar Cecylia Bocovich 💬
Browse files

Remove old upload documentation

parent a85474e3
Loading
Loading
Loading
Loading

doc/UPLOAD-DROPBOX

deleted100644 → 0
+0 −20
Original line number Diff line number Diff line
1) Get the current repo:

$ git clone https://github.com/ileiva/gettor.git

2) Check if you have Dropbox and GnuPG Python modules. If not, install them:

$ pip install dropbox gnupg

4) Get the PGP key that signs the Tor Browser Bundles.

3) Change general configuration and account info in dropbox.cfg.

3) Run the script:

$ python dropbox.py

If everything works fine, you should see a dropbox.links file inside the
'providers' directory. The script will take the files on upload_dir
(dropbox.cfg) that end up on .xz and .xz.asc respectively. A script for
getting the latest bundles from dist.tp.o is pending.
 No newline at end of file

doc/UPLOAD-GOOGLE-DRIVE

deleted100644 → 0
+0 −21
Original line number Diff line number Diff line
1) Clone into the latest version of gettor:

$ git clone https://github.com/ilv/gettor.git

2) Get the PGP key that signs the Tor Browser Bundle

2) Visit https://console.developers.google.com//start/api?id=drive&credential=client_key and follow OAUTH2 process to get client ID and client secret for 'other' desktop application.

3) Edit drive.cfg to with new client-id and secret. Leave refresh_token empty.

4) Install the google drive API python client:

$ pip install --upgrade google-api-python-client 

5) Run the script:

$ python bundles2drive.py

The first time the script is run, you will have to authorize it through a web browser. You will be prompted with a URL. Once that is done, a refresh token will be stored locally so that re-authorzing is unnesaccary.

The script will then look for files in upload_dir (as specified in drive.cfg) and upload them to google drive. If no errors occur, it will then add formatted links and hash information to the drive.links file.