Allows you to import and call the functions on www.func.live
Project description
func-live
This package allows you to import and call functions available on https://func.live.
Installation
pip install func_live
Usage
There are many functions available on func.live
. The below snippet is for using the qrcode()
function. You can browse available functions on https://func.live/functions.
from func_live import func_live
import os, asyncio
os.environ['FUNC_TOKEN'] = 'your_func_token'
async def main():
answer = await func_live.qrcode('https://bbc.co.uk')
print({'answer': answer})
asyncio.run(main())
FUNC_TOKEN
You can get yourself a FUNC_TOKEN by visiting https://tokens.wakeflow.io
Available Functions
You can browse the functions that are available on https://func.live/functions
Problems/Support/Feedback
Please don't hesitate to get in touch on andi@wakeflow.io
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
Built Distribution
File details
Details for the file func_live-1.2.15.tar.gz
.
File metadata
- Download URL: func_live-1.2.15.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f079125e41a69f1fc85bd272c615126a6093f7720ac705e7ce3807fa646ac5a4 |
|
MD5 | 8214095a0bfd93f12b41f13449b63ed9 |
|
BLAKE2b-256 | a6b234d106b5b5f6989539c1e729b067d67ffe6ebfb071d71c4d89f2c7d5c5be |
File details
Details for the file func_live-1.2.15-py3-none-any.whl
.
File metadata
- Download URL: func_live-1.2.15-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40d0ca2c9e34169f706e8c34522981432a7a50acbc002dc44f1c7a85f30183ae |
|
MD5 | 20e35f233f9dff6d70027a70599339b8 |
|
BLAKE2b-256 | f6381c9f05254e32afd2dfbd76e870d75e34ea207b898c7c5d589a74f511419e |