8000 GitHub - ccraddock/parlerdump: use work from https://github.com/d0nk to upload all videos from parler to s3 fast.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ccraddock/parlerdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parlerdump

use work from https://github.com/d0nk to upload all videos from parler to s3 fast

Setup

  1. Clone this repo.
  2. Ensure you have golang 1.15+ installed.
  3. Create s3 bucket.
  4. Run archive.sh configured to use an awscli profile that has access to the bucket you created. Use the maximum concurrency your network connection can sustain. All files will be streamed to s3.
    AWS_PROFILE=parler \
    PARLER_BUCKET=parlerdump \
    PARLER_CONCURRENCY=20 \
     ./archive.sh
    

About

use work from https://github.com/d0nk to upload all videos from parler to s3 fast.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0