Skip to main content

Download/scrape media files from 4chan threads

Project description

fourget

Download/scrape media files from 4chan threads

Demo

Features

  • fast concurrent downloading with asyncio
  • skip download if already it already exists locally
  • progress bar

Example

$ fourget https://boards.4channel.org/g/thread/76759434
$ fourget --help

Installation

$ pip install fourget

Releasing

  1. Bump the version number in pyproject.toml.

  2. Commit and tag with version number.

    # for example, if new version is 1.2.3
    $ NEW_FOURGET_VERSION=1.2.3
    $ git add pyproject.toml
    $ git commit -m "Bump version to $NEW_FOURGET_VERSION"
    $ git tag -a "$NEW_FOURGET_VERSION" -m "$NEW_FOURGET_VERSION"
    $ git push
    
  3. Run poetry publish --build. (Will need to have configured PYPI token)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fourget-0.3.0.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

fourget-0.3.0-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page