Skip to content

scrazzz/a2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archive2Discord

Archive your favourite 4Chan thread 2 Discord before it gets deleted

a2d_demo.mp4

Install

Install using pip:

pip install -U a2d

Usage

Required URLs

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.

CLI arguments

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

CLI options

There's some options to customize on what you want to archive. Here are the ones that are implemented:

--skip-comments

Using this flag skips all comments and only archives attachments.

Note Does not skip comments WITH attachments.

a2d thread_url webhook_url --skip-comments

skip-files

Using this flag skips all comments with attachment and only archives comments.

a2d thread_url webhook_url --skip-files

--delay INTEGER

Use this to set a delay when archiving to Discord

a2d thread_url webhook_url --delay 5

About

Archive 4Chan threads to Discord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages