Unofficial python pixabay API client
Project description
python-pixabay (pixabay) is unofficial API client library for pixabay API (https://pixabay.com/api/docs/)
Install from pip
pip3 install pixabay
Install from source
git clone https://github.com/Lukas0025/python-pixabay.git
cd python-pixabay
make install
Getting started
simple example
import pixabay.core
# init pixabay API
px = pixabay.core("YOUR API KEY")
# search for space
space = px.query("space")
# get len of hits len(space)
print("{} hits".format(len(space)))
# downalod fisrt image
space[0].download("space.jpg", "largeImage")
Getting help
Reporting bugs and contributing
- Want to report a bug or request a feature? Please open an issue.
- Want to help us with build? Contact me
Licensing
python-pixabay is licensed under Apache2
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
pixabay-0.0.2.tar.gz
(9.3 kB
view details)
File details
Details for the file pixabay-0.0.2.tar.gz
.
File metadata
- Download URL: pixabay-0.0.2.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fbd066e06cf7c776853ab200aabef4c4e45b6bc6d3ab1e822e736118c2cab95 |
|
MD5 | 1a96f9b0e035e4ab3a6fcd1491e21fe3 |
|
BLAKE2b-256 | 5db79f847c11b1590ec13eb6ebee8c7ece741a1735235d6af01de1aaf44ba62f |