Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

asyncgur

An Asynchronous Imgur Wrapper for Python

Example Usage:

from asyncgur import Imgur
client_id = 'YOUR_IMGUR_CLIENT_ID'
imgur_app = Imgur(client_id)

async def main():
    image, response = await imgur_app.upload_image(image='some_image_url_or_bytes')
    assert response.success == True and response.status == 200
    print(image)

loop = asyncio.get_event_loop()
loop.run_until_complete(main())

See misc/examples for more usecases.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asyncgur-0.1.0a1.tar.gz (14.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

asyncgur-0.1.0a1-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file asyncgur-0.1.0a1.tar.gz.

File metadata

  • Download URL: asyncgur-0.1.0a1.tar.gz
  • Upload date:
  • Size: 14.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.2

File hashes

Hashes for asyncgur-0.1.0a1.tar.gz
Algorithm Hash digest
SHA256 9d29ac02b35b0085ba9afb551e1787655dfdf4a02f8e83d0b4ef0ea0f1443cc1
MD5 79cd3cd5290a8d64dc45b99dee89e040
BLAKE2b-256 b329e62f385838488a3413a09eb5f1a646c29d25d21bcd6925c94d920e9cc50c

See more details on using hashes here.

File details

Details for the file asyncgur-0.1.0a1-py3-none-any.whl.

File metadata

  • Download URL: asyncgur-0.1.0a1-py3-none-any.whl
  • Upload date:
  • Size: 13.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.2

File hashes

Hashes for asyncgur-0.1.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 64fa89711d8f446ad2ab796b60fd3a2b4a78e30df74210e246c14544ef9bf561
MD5 5c2d89e9e40fe906245067bb49af6f58
BLAKE2b-256 edb12a4e63806f3367ac08ff8facd5eb50f613749b661cb6fb1a1f33e495d0b5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page