Skip to main content

Parse information found on the http://rosalind.info website

Project description

# PyROSALIND Parsing of [ROSALIND](http://rosalind.info) website, in order to get user information programatically.

To run an example on [aluriak user](http://rosalind.info/users/aluriak), run:

make

The main script gives example of the main API, which is currently:

from pyrosalind import User

aluriak = User.from_name(‘aluriak’) print(aluriak) print(aluriak.solved)

Use pip install -r requirements.txt to install the beautiful soup and requests dependencies.

## Retrieved data Input data is the username.

  • [X] problems solved

  • [ ] badges

  • [ ] achievements

  • [ ] source codes submitted for each problem

  • [ ] scores, statistics

  • [ ] global and country ranks

  • [ ] account details (last solvel, member for, country, time zone, language)

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

pyrosalind-0.1.2.tar.gz (10.1 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