A python library for fetching and storing memes from szkola.buz.info.pl
Project description
Buzak Meme
Fetch and manage memes from szkola.buz.info.pl with ease
Example Buzak Meme
Installation
pip install buzak-meme
Usage
Fetching a random Meme from szkola.buz.info.pl
from buzak_meme import get_random_meme
meme = get_random_meme() # Return Meme
print(meme) # Does not actually fetch the image, only prepares the image link
Saving a meme to disk
from buzak_meme import get_random_meme
meme = get_random_meme()
meme.save_meme("./buzak-meme.jpg") # Fetches and saves image, might raise MemeNotFoundError. All memes are JPG always
Getting a meme's raw bytes
from buzak_meme import get_random_meme
meme = get_random_meme()
print(meme.fetch_image()[:10], "...") # Fetches and loads the image bytes, might raise MemeNotFoundError. All memes are JPG always. this line prints only the first 10 bytes for testing
Conclusion
Buzak Meme (buzak_meme) is an easy way to fetch and manage memes from szkola.buz.info.pl
Credit
All memes are the intellectual property of the owners of szkola.buz.info.pl, or accredited authors on the page. This code is provided as-is only.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file buzak_meme-0.1.0.tar.gz.
File metadata
- Download URL: buzak_meme-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
179920ada9e76227c7d5d0bb210584db9c3cf11060a4c654e14ab2e1292b2987
|
|
| MD5 |
29e1ba184c6cd50d18733053a3cb5899
|
|
| BLAKE2b-256 |
a06c4453d35bd046e57f6dd0a3e25b5a316a4c411cf6ce8e0606fa2da3742139
|
File details
Details for the file buzak_meme-0.1.0-py3-none-any.whl.
File metadata
- Download URL: buzak_meme-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6322c653d05f7d03222606e324e734ac90c0dea4aab5f8bd8c853f89a27430ee
|
|
| MD5 |
f38f7a162e72535c2435ac39044b5baa
|
|
| BLAKE2b-256 |
225423149d9fec36ee0e4b17fd2fe904678babcf3d751ec02228ca10924038c8
|