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
link = Quote.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 Quote.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.0.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file InspiroQuotes-1.0.0.tar.gz
.
File metadata
- Download URL: InspiroQuotes-1.0.0.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 | 094e742449a80b7d865dc01a12c27de6f59f47f6b457a3117dfcf3edf22e4368 |
|
MD5 | 9bfeb8900d10c5fcbcfcea6e12c7db17 |
|
BLAKE2b-256 | a6df527d87daf9835f76e320af3d1fb81f8f62d62f3fbed8ccdd1f3f30544924 |
File details
Details for the file InspiroQuotes-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: InspiroQuotes-1.0.0-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 | 9c792ee598d5dbe2f8091a691545f28195c9778447b36a1065a97b9047b0f104 |
|
MD5 | 6a24068a5731550ae670b6fe292f0ded |
|
BLAKE2b-256 | 873549037918869c94d84b71ace832512a803dd54264e0c6c02ff93feb5b8c7e |