Git Product home page Git Product logo

own-data-privateer / pwebarc Goto Github PK

View Code? Open in Web Editor NEW
22.0 22.0 0.0 697 KB

A suite of tools for mirroring and hoarding web pages you visit for later offline viewing. I.e. your own personal Wayback Machine that can also archive HTTP POST requests and responses, as well as most other HTTP-level data, which also follows "archive everything now, figure out what to do with it later" philosophy.

Home Page: https://oxij.org/software/pwebarc/

License: GNU General Public License v3.0

Python 62.42% JavaScript 29.77% Shell 1.86% HTML 4.36% CSS 0.74% Nix 0.86%
archive backups internet internet-archiving self-hosted wayback-machine web-archiving

pwebarc's People

Contributors

oxij avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

pwebarc's Issues

wrrarms doesn't work on windows 10

  1. wrrarms apparently requires html5lib module, but for some reason pip didn't install it automatically:
C:\Users\user>pip install pwebarc-wrrarms
Collecting pwebarc-wrrarms
  Downloading pwebarc_wrrarms-0.11.1-py3-none-any.whl.metadata (95 kB)
     ---------------------------------------- 95.5/95.5 kB 86.7 kB/s eta 0:00:00
Collecting kisstdlib (from pwebarc-wrrarms)
  Downloading kisstdlib-0.0.3-py3-none-any.whl.metadata (568 bytes)
Collecting cbor2 (from pwebarc-wrrarms)
  Downloading cbor2-5.6.3-cp312-cp312-win_amd64.whl.metadata (6.2 kB)
Requirement already satisfied: idna in c:\python3\lib\site-packages (from pwebarc-wrrarms) (3.7)
Downloading pwebarc_wrrarms-0.11.1-py3-none-any.whl (74 kB)
   ---------------------------------------- 74.3/74.3 kB 195.3 kB/s eta 0:00:00
Downloading cbor2-5.6.3-cp312-cp312-win_amd64.whl (66 kB)
   ---------------------------------------- 66.5/66.5 kB 83.8 kB/s eta 0:00:00
Downloading kisstdlib-0.0.3-py3-none-any.whl (19 kB)
Installing collected packages: kisstdlib, cbor2, pwebarc-wrrarms
Successfully installed cbor2-5.6.3 kisstdlib-0.0.3 pwebarc-wrrarms-0.11.1

C:\Users\user>wrrarms --help
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Python3\Scripts\wrrarms.exe\__main__.py", line 4, in <module>
  File "C:\Python3\Lib\site-packages\wrrarms\__main__.py", line 41, in <module>
    from .wrr import *
  File "C:\Python3\Lib\site-packages\wrrarms\wrr.py", line 39, in <module>
    from .html import *
  File "C:\Python3\Lib\site-packages\wrrarms\html.py", line 27, in <module>
    import html5lib as _h5
ModuleNotFoundError: No module named 'html5lib'
  1. After manually installing the html5lib module, another problem arose: the fcntl module was not found, and, apparently, it cannot be installed on Windows:
C:\Users\user>wrrarms --help
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Python3\Scripts\wrrarms.exe\__main__.py", line 4, in <module>
  File "C:\Python3\Lib\site-packages\wrrarms\__main__.py", line 43, in <module>
    from .io import *
  File "C:\Python3\Lib\site-packages\wrrarms\io.py", line 20, in <module>
    import fcntl as _fcntl
ModuleNotFoundError: No module named 'fcntl'

C:\Users\user>pip install fcntl
ERROR: Could not find a version that satisfies the requirement fcntl (from versions: none)
ERROR: No matching distribution found for fcntl

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.