guide.md 866 B

% Paying with PayPal with Free Software

To pay with PayPal, install Pagamigo. Pagamigo is free software licensed under the AGPLv3+, protecting your freedom.

On Debian-based systems, run from the shell:

sudo apt install python3-requests python3-lxml python3-cssselect feh
wget https://rosenzweig.io/python3-pagamigo_1.0-1_all.deb
sudo dpkg -i python3-pagamigo_1.0-1_all.deb

On other distributions, run:

git clone https://notabug.org/alyssa/pagamigo
cd pagamigo
sudo python3 setup.py install

Once Pagamigo is installed, run:

pagamigo redirect

Follow the on-screen instructions to complete the payment.

Problems? Open an issue.


This page is free software (source).