Metadata-Version: 2.1
Name: Hastebin
Version: 0.0.1
Summary: Hastebin API Wrapper
Home-page: https://github.com/xrevix/Hastebin
Author: xrevix
Author-email: <xrevix666@gmail.com>
License: MIT License
Keywords: module,Hastebin,library,package,python
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown

<h1 align="center">
  Hastebin
</h1>


<p align="center">
  <img src="https://img.shields.io/pypi/v/Hastebin?style=flat-square">
  <img src="https://img.shields.io/github/stars/xrevix/Hastebin?label=Stars&style=flat-square">
  <img src="https://img.shields.io/pypi/dm/Hastebin?style=flat-square">
  <img src="https://img.shields.io/github/forks/xrevix/Hastebin?label=Forks&style=flat-square">
</p>


### 👻 |  Example

Example Code How You Can Use Hastebin!

```
pip install Hastebin
```

```py
import Hastebin

if __name__ == '__main__':
```
```py
    example = Hastebin.Hastebin(proxy = 'http://127.0.0.1:9999')
    Luv = example.create("Test")
    print(Luv)
    ----------
    >>> main.py
    https://www.toptal.com/developers/hastebin/ligobuquge
    
```
    
or
```py
    example = Hastebin.Hastebin(proxy = 'http://127.0.0.1:9999')
    Luv = example.lookup("teteketowi")
    print(Luv)
    ----------
    >>> main.py
    :)

```


