An API using Inspiro AI quote generator.
Project description
InspiroQuotes
An API using Inspiro AI quote generator.
Installation
pip install InspiroQuotes
Example
from InspiroQuotes import Quote
Q = Quote()
from pyrogram import filters, Client
pbot = Client("PyroBot", api_id="API_ID", api_hash="API_HASH", bot_token="TOKEN")
@pbot.on_message(filters.command("quote"))
async def sauce(_, message):
quote_url = await Q.quote()
return await message.reply_photo(photo=quote_url)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
InspiroQuotes-1.0.1.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file InspiroQuotes-1.0.1.tar.gz
.
File metadata
- Download URL: InspiroQuotes-1.0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 723f1e67d4da14c6d3b153c361292a9ae83190d2341127a649946250c5dc007e |
|
MD5 | 2c1c2fc12a6f8c63c787be4bdb979bc3 |
|
BLAKE2b-256 | f2f3c5736197c8ef45c31cad1236563ff2a4cae36419ed832e299a246ba5e7c1 |
File details
Details for the file InspiroQuotes-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: InspiroQuotes-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7714b0170805fdb252ac401dd185b0be3175039bb511dfb2b8122cb7072f4d6 |
|
MD5 | afd98e9a244f1919bf13db46ab23237d |
|
BLAKE2b-256 | 0ef3fbc1fe75eb18f936d003027b428437ee7145991bf577322fd292c2e55a20 |