FritzJo / pypr0

Implementation of the pr0gramm api in python

Home Page:https://www.pr0gramm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python api for pr0gramm.com

Installation

pip

pip install pypr0

Manually

For Debian and Ubuntu users:
apt install python python-pip
pip install requests

Then clone the repository
git clone https://github.com/itssme/pypr0.git


For running the tests go into the cloned folder
cd pypr0

Run the tests with following command
python tests.py

For running tests with login
USERNAME="itssme" PASSWORD="1234" LOGIN="true" python tests.py


Examples

For examples see this repository: https://github.com/itssme/pypr0-examples


CircleCI build

CircleCI

About

Implementation of the pr0gramm api in python

https://www.pr0gramm.com

License:GNU General Public License v3.0


Languages

Language:Python 100.0%