mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #3] Create a Package with the functionalities #1511
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#1511
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DEKHTIARJonathan on GitHub (May 5, 2017).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/3
Hello dear friend,
I would be extremely interested to add the features you developed to a personal project.
Do you plan on releasing a package on PyPI ?
The following could be awesome:
That would be absolutely awesome if you could release it, and I might help you if you need anything.
For the record, I would like to integrate your solution to this platform : https://www.feedcrunch.io/@dataradar
@pirate commented on GitHub (May 5, 2017):
I think your needs would be better served writing a simple archiver yourself, the archiving functionality is only three commands after all:
wget --no-clobber --page-requisites --adjust-extension --convert-links --no-parent https://example.com/urlgoogle-chrome --headless --disable-gpu --print-to-pdf https://example.com/urlgoogle-chrome --headless --disable-gpu --screenshot 1440,900 https://example.com/urlcurl https://www.google.com/s2/favicons?domain=example.com > favicon.ico(optional)It's hard to justify making it a package because it depends on Google Chrome, doesn't have many configurable options, and produces a fairly rigid output structure.