Skip to main content

An easy to use Python Wrapper for the AlexFlipnote API

Project description

PyPi Version MIT License

Alexflipnote.py

An easy to use Python Wrapper for the AlexFlipnote API

Requirements

  • Python 3.6 or above
  • aiohttp (python3 -m pip install -U aiohttp)
  • url_regex (python3 -m pip install -U url_regex)

installation

Using pip (recommended):

Install the package by doing one of the following commands:

  • pip install alexflipnote.py
  • python -m pip -U install alexflipnote.py

Documentation


See the full and detailed docs here

Examples

Get a random cat pic:

import alexflipnote

afa = alexflipnote.Client()

print(await afa.cats())
>>> https://api.alexflipnote.dev/cats/grRlHyi-AL8_cats.jpg

Get supreme logo:

import alexflipnote

afa = alexflipnote.Client()

print(await afa.supreme("#some text, yes", dark=True)) # making it dark, there is also light = True.
>>> https://api.alexflipnote.dev/supreme?text=%23some%20text,%20yes&dark=true

Made by

This wrapper is made Soheab_#6240, contact me for anything related to this wrapper.

You can join my discord server here or AlexFlipnote's server here (recommended)

Please report any bugs in the servers above or dm.

Suggestions are also welcome.

Project details


Download files

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

Source Distribution

alexflipnote.py-1.2.tar.gz (5.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page