Python wrapper for the CGHMC API (Frinkiac, Morbotron Master Of All Science and more!
Project description
CompuGlobal
Python wrapper for all endpoints of the following undocumented APIs:
Frinkiac, Morbotron, Master Of All Science, and Capital Beat Us.
Note: I’ll be keeping the wrapper up to date as more APIs are released.
CompuGlobal allows for both random and searchable screencaps, images and gifs embedded with default or custom captions for the following shows:
The Simpsons, Futurama, Rick and Morty, and West Wing.
Make sure to acquaint yourself with the API using the documentation.
Installation
To install the library, you can just run the following command:
python3 -m pip install -U compuglobal
Basic Usage
import asyncio
import compuglobal
async def main():
simpsons = compuglobal.aio.Frinkiac()
# Random
screencap = await simpsons.get_random_screencap()
# Search
screencap = await simpsons.search_for_screencap('nothing at all')
# Images/Gifs
image = await simpsons.get_comic_panel_url(screencap)
gif = await simpsons.get_gif_url(screencap)
if __name__ == '__main__':
asyncio.run(main())
For documented examples, check here.
What’s New
0.3.0 - Breaking changes
These changes are to accommodate the extensive update to the APIs with new features:
All synchronous implementations of the package have been removed
The async endpoints persist and are now accessible via compuglobal or compuglobal.aio as done previously
The Master Of All Science API appears to be unavailable at this point in time and redirects to Frinkiac, I have added a deprecation warning to this API and it will remain unless the API returns
The package now requires Python 3.13+
Image, comic, and gif generation are all now performed using the API rather than from a Screencap
# This is now async
simpsons = compuglobal.Frinkiac()
# Previous usage
await screencap.get_gif_url()
# New usage
await simpsons.get_gif_url(screencap)
Preview
Credits
Creators and contributors of Frinkiac, Morbotron, Master of All Science, and Capital Beat Us:
Max, Jon Bernhardt, Nick Beatty, Vimp, juz, Iconfactory and Ged Maheux
BLUEamnesiac for the Internet King Popup Banner
Named CompuGlobal as shorthand for CompuGlobalHyperMegaCap, as the family of websites are named.
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 compuglobal-0.3.5.tar.gz.
File metadata
- Download URL: compuglobal-0.3.5.tar.gz
- Upload date:
- Size: 23.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.33.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49fbadc7743ec42bbc68fbb062ecae1971e5012703fa04f7dfa1a37df3bcb93a
|
|
| MD5 |
eed3c5d0f78f81f642d15f25e80194a7
|
|
| BLAKE2b-256 |
b7ce5bdabb7f34b24f776eb95367b9af3052da8c09ddef66374b9a3bb5dfa74c
|
File details
Details for the file compuglobal-0.3.5-py3-none-any.whl.
File metadata
- Download URL: compuglobal-0.3.5-py3-none-any.whl
- Upload date:
- Size: 18.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.33.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
341ef3db7df7158267c8138cb6ba8b4abbf74d133de2d67a38a645edb1e466d8
|
|
| MD5 |
bc3070e29ea2035d40fcfe38607c4c7f
|
|
| BLAKE2b-256 |
65ba7ed130ff4df0548ecaad5380d5597a2859500fda374432764c08f0cd6140
|