Skip to main content

Useful to gather all relevent information about problems and users from the popular problem solving site SPOJ.

Project description

# Spojy

Spojy provides programmers, modules to conveniently collect various information about users as well as problems from the popular problem solving site SPOJ. The reason for this package is the absence of a standard API from SPOJ and the lack of the open source projects on this issue.You might find this most useful for analzying and comparing user’s SPOJ account and gain further insight on the areas that you or the user need to work on and improve. Typical usage often looks like this:

from spojy import profile_info
from spojy import problem_info

user_info = profile_info.get_profile("xyz")
tags = problem_info.get_tags(["POWFIB", "ABCDEF"], proxy="localhost:3000")

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

Spojy-1.0.0.tar.gz (4.2 kB view hashes)

Uploaded Source

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