Skip to main content

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

This version

0.2

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 hashes)

Uploaded Source

Built Distribution

fugapedia-0.2-py3-none-any.whl (1.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page