Simple Webkit2 GTK web browser
This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2022-04-16 06:23:04 -04:00
barkshark_web a 2022-04-16 06:23:04 -04:00
webextension@6c71f895d8 rework extensions 2021-05-26 14:31:17 -04:00
.gitignore update gitignore 2022-03-09 09:41:39 -05:00
apt-requirements.txt a 2022-04-01 14:28:03 -04:00
build.py cleanup variables 2020-06-11 10:17:07 -04:00
INSTALLATION.md too much changed 2020-06-30 05:10:23 -04:00
LICENSE change license, improve file handler, and cleanup requirements 2021-03-09 10:45:11 -05:00
Makefile heck 2022-03-17 03:18:37 -04:00
pyvenv.json a 2022-04-16 06:23:04 -04:00
README.md cleanup database, replace dbus module with dasbus, and fix tab re autoloading on startup 2021-05-17 17:40:28 -04:00
reload.json heck 2022-03-17 03:18:37 -04:00
requirements.txt a 2022-04-16 06:23:04 -04:00
setup.cfg a 2022-04-16 06:23:04 -04:00
setup.py a 2022-04-16 06:23:04 -04:00

Barkshark Web Browser

Simple Webkit2 GTK web browser with better fediverse integration. Note: the current name is just a placeholder for now

Installation

Easy Install

make install

This will grab all the apt deps (If your system uses a different package manager, sorry. I only know apt), create a python venv, install the python deps, and create a desktop file in $HOME/.local/share/applications

For other package managers, install the equivalent packages and run this command

make install-nodeb

Install Dependencies

PyGObject and WebKit2Gtk are required. To install them on a Debian-based distro via apt:

sudo apt install gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-webkit2-4.0 gir1.2-notify-0.7 python3-gi
python3 -m pip install -r requirements.txt

If you want to install PyGObject via pip, install these dependencies instead:

sudo apt install `cat apt-requirements.txt | xargs`

Build Webkit Web Extension

make build

Usage

pyWeb currently only has one option: url

python3 -m bsweb [*url]

TODO

Moved to Wiki

Bugs & Issues

Moved to Wiki