Skip to main content

Asyncronous Python client for scraping data from MyFigureCollection (MFC).

Project description

Tenji

Asyncronous Python client for scraping data from MyFigureCollection (MFC).

Usage

import asyncio
from tenji import MfcClient

async def main():
    client = MfcClient()
    profile = await client.get_profile("syntack")
    print(profile.status)

if __name__ == "__main__":
    asyncio.run(main())

Authenticated Requests

There is some session support but as of right now the goal is to focus on non-authenticated requests.

Notes

  • The client currently relies on an English locale.

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

tenji-0.2.tar.gz (14.0 kB view hashes)

Uploaded Source

Built Distribution

tenji-0.2-py3-none-any.whl (25.6 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