Fugapedia API library for fugapedia.xyz
Project description
Fugapedia API
Documentation: https://fugapedia.xyz/api.php
Examples
Getting an article
from fugapedia import Fugapedia, OutputType
# Connecting to the API using your own key
# key - your key
# ver - app version (default: 1)
fp = Fugapedia(key="your_key")
# Getting the article "Kirill Baranov"
# article (required) - the title of the article (spaces in the title of the article must be filled in with "_", for example: "Kirill_Baranov")
# output_type (optional) - output type
# limit (optional) - symbol limit
result = fp.get_article(article="Kirill_Baranov", output_type=OutputType.TEXT, limit=100)
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
fugapedia-0.2.tar.gz
(1.4 kB
view details)
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 fugapedia-0.2.tar.gz.
File metadata
- Download URL: fugapedia-0.2.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6810982d848f4481dd586a83798642adbd311d13f7d902fab001b100fddfa19e
|
|
| MD5 |
ec30abcc891b196a1f465410ea37c49d
|
|
| BLAKE2b-256 |
8b66208659d9f10f5dca1b89182e13c0ec8b2fec44f5824cafab6beec76c4660
|
File details
Details for the file fugapedia-0.2-py3-none-any.whl.
File metadata
- Download URL: fugapedia-0.2-py3-none-any.whl
- Upload date:
- Size: 1.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24947fbcf4fc616d50d40c50d2d08700f0a466fb302651585ecce05a875c849e
|
|
| MD5 |
1d957ce1b2dec9cdb94ff4340f296968
|
|
| BLAKE2b-256 |
91f6a40ef572cdbc3669df8cae07686331fe8f529e50393e94d3a61cd005cff0
|