a2d_demo.mp4
Install using pip:
pip install -U a2d
First, you'll need the URL of the thread you want to archive (e.g: https://boards.4chan.org/wg/thread/7977599). After that, create a Discord webhook and copy the URL.
Usage: a2d [OPTIONS] THREAD WEBHOOK
The first agument should be the thread URL and the second argument should be the webhook URL.
If you want to archive the entire thread:
a2d https://boards.4chan.org/wg/thread/7977599 https://discord.com/api/webhooks/1093195001258836058/xxxxx
There's some options to customize on what you want to archive. Here are the ones that are implemented:
Using this flag skips all comments and only archives attachments.
Note Does not skip comments WITH attachments.
a2d thread_url webhook_url --skip-comments
Using this flag skips all comments with attachment and only archives comments.
a2d thread_url webhook_url --skip-files
Use this to set a delay when archiving to Discord
a2d thread_url webhook_url --delay 5