Metadata-Version: 2.1
Name: pypr0
Version: 0.1.3
Summary: Implementation of the pr0gramm api in python
Home-page: https://github.com/itssme/pypr0
Author: itssme
Author-email: itssme3000@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Python api for pr0gramm.com

## Installation

### pip

`pip install pypr0`

### Manually

For Debian and Ubuntu users: <br>
`apt install python python-pip` <br>
`pip install requests`

Then clone the repository <br>
`git clone https://github.com/itssme/pypr0.git`

---
For running the tests go into the cloned folder <br>
`cd pypr0`

Run the tests with following command <br>
`python tests.py`

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


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

---

### CircleCI build
[![CircleCI](https://circleci.com/gh/itssme/pypr0.svg?style=svg&circle-token=87c5fd78b5010d4e2c26dc9c2a385ed40be57818)](https://circleci.com/gh/itssme/python_pr0gramm_api)


