![Logo](https://gist.githubusercontent.com/OneFinalHug/919dc87b426aad4ade68de63897e91fb/raw/235ae0ae7bea0c5c551314408448de788af3c89c/imgbbb.svg)
# Imgbb public Uploader
[![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=flat&logo=telegram&logoColor=white)](https://t.me/onefinalhug)
![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)
### Upload Images without API key
- Unlimited uploads
- No API limit
- Support Url & Local upload
- Image link and delete link saved in db.txt.
⚠️ **Warning**: Do not upload private or personal pictures because this library uses the Imgbb public API
## Install
```
pip install imgbbb
```
## Example use
#### Local upload
```
from imgbbb import ImgBbUploader
upload = ImgBbUploader()
up = upload.upload_image("Drive/lol/ofh.jpg")#full image path
print(up)
```
```
>>> imgbbb -i Drive/lol/ofh.jpg
```
#### Url upload
```
from imgbbb import ImgBbUploader
upload = ImgBbUploader()
up = upload.upload_url("https://i.pinimg.com/originals/fe/ea/71/feea71eaa793b00d9e927985a9d4b199.jpg")
print(up)
```
```
imgbbb -u https://i.pinimg.com/originals/fe/ea/71/feea71eaa793b00d9e927985a9d4b199.jpg
```
Raw data
{
"_id": null,
"home_page": "https://github.com/OneFinalHug/imgbbb/",
"name": "imgbbb",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "imgbb_uploader,telegram,host,uploader,imgbb,image",
"author": "OneFinalHug",
"author_email": "voidlillis@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/0f/db/6a6d82fe4194936544226f98d3a8c8abad70fab270e4ecb97d40bae28a9f/imgbbb-1.0.4.tar.gz",
"platform": null,
"description": "![Logo](https://gist.githubusercontent.com/OneFinalHug/919dc87b426aad4ade68de63897e91fb/raw/235ae0ae7bea0c5c551314408448de788af3c89c/imgbbb.svg)\n\n# Imgbb public Uploader \n[![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=flat&logo=telegram&logoColor=white)](https://t.me/onefinalhug) \n\n![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)\n\n### Upload Images without API key\n- Unlimited uploads\n- No API limit\n- Support Url & Local upload \n- Image link and delete link saved in db.txt.\n\n\u26a0\ufe0f **Warning**: Do not upload private or personal pictures because this library uses the Imgbb public API\n\n## Install\n```\npip install imgbbb\n```\n## Example use\n\n#### Local upload\n\n```\nfrom imgbbb import ImgBbUploader\n\nupload = ImgBbUploader()\nup = upload.upload_image(\"Drive/lol/ofh.jpg\")#full image path\nprint(up)\n```\n```\n>>> imgbbb -i Drive/lol/ofh.jpg\n```\n#### Url upload\n```\nfrom imgbbb import ImgBbUploader\n\nupload = ImgBbUploader()\nup = upload.upload_url(\"https://i.pinimg.com/originals/fe/ea/71/feea71eaa793b00d9e927985a9d4b199.jpg\")\nprint(up)\n```\n```\nimgbbb -u https://i.pinimg.com/originals/fe/ea/71/feea71eaa793b00d9e927985a9d4b199.jpg\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Imgbb uploader without API key",
"version": "1.0.4",
"project_urls": {
"Homepage": "https://github.com/OneFinalHug/imgbbb/"
},
"split_keywords": [
"imgbb_uploader",
"telegram",
"host",
"uploader",
"imgbb",
"image"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "01a7c74ee7c0c985a5fdb9e678aa140ff87079720e17daf30e8829616eb23f47",
"md5": "3fad4988b30e23f0b0b3ecfd8a9fc387",
"sha256": "e47db4a58a222bf53f5eb13053cddeb7dc47eb549e016a3f3a9e26ad8c94e8a6"
},
"downloads": -1,
"filename": "imgbbb-1.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3fad4988b30e23f0b0b3ecfd8a9fc387",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4533,
"upload_time": "2023-07-18T17:45:08",
"upload_time_iso_8601": "2023-07-18T17:45:08.879928Z",
"url": "https://files.pythonhosted.org/packages/01/a7/c74ee7c0c985a5fdb9e678aa140ff87079720e17daf30e8829616eb23f47/imgbbb-1.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0fdb6a6d82fe4194936544226f98d3a8c8abad70fab270e4ecb97d40bae28a9f",
"md5": "c99228ca259128e894386e2e56549f63",
"sha256": "14a8ab6368c8794eca68b845709721ae0eda5ebff0b45f5fd7ed60d8f0967514"
},
"downloads": -1,
"filename": "imgbbb-1.0.4.tar.gz",
"has_sig": false,
"md5_digest": "c99228ca259128e894386e2e56549f63",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4082,
"upload_time": "2023-07-18T17:45:10",
"upload_time_iso_8601": "2023-07-18T17:45:10.762268Z",
"url": "https://files.pythonhosted.org/packages/0f/db/6a6d82fe4194936544226f98d3a8c8abad70fab270e4ecb97d40bae28a9f/imgbbb-1.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-18 17:45:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "OneFinalHug",
"github_project": "imgbbb",
"github_not_found": true,
"lcname": "imgbbb"
}