Skip to content

Twitter media scraper for downloading photos or videos from users

Notifications You must be signed in to change notification settings

PetrusZ/twitter-media-scraper

Repository files navigation

twitter-media-scraper

codecov

Intro

Scrape/Craw twitter users' pictures and videos by username.

Feature

  • Automaticly reload config when config file change
  • Support cron job to schedule download
  • Support deploy by docker
  • Skip downloading if file already exist

Usage

Build from source

  1. mv configs/config.example.yaml to configs/config.yaml
  2. Edit config.yaml
  3. make run

Docker

docker run -d \
  --name twitter-media-scraper \
  -v /etc/timezone:/etc/timezone:ro \
  -v /etc/localtime:/etc/localtime:ro \
  -v /path/to/out:/cmd/out \
  -v /path/to/configs:/cmd/configs \
  --restart=always \
  patrickz07/twitter-media-scraper:latest

About

Twitter media scraper for downloading photos or videos from users

Resources

Stars

Watchers

Forks

Packages

No packages published