Skip to main content

API for Urban Rivals collection management

Project description

A module to support reading player purchase history data and storing it in a database.

Basic Use:
  1. Import api from urcollectionmanager

  2. Create a request.Session and pass it, along with your credentials to session_connect_to_ur

  3. Pass that same session (now authenticated) to get_purchase_history along with the number of pages to scrape.

  4. Pass the result to convert_purchase_history

    Optionally: Pass result to your own HTML parser.

  5. You now have a list of Purchase objects that contain all relevant information available from the purchase history page.

Database Use:
  1. Run connect_and_initialize_database if you have a particular database location you want to connect to. By default this will connect to data/collection.sqlite

  2. Pass a list of Purchase objects to write_history_to_database

  3. Once the database has Purchase objects in it, you can run get_history_from_database to retrieve them.

Dev

How To Use Tools:
Poetry
  • To run the project (preferably configure venv first)

>>> poetry install
  • To configure your venv

>>> python -m venv /path/to/new/virtual/environment
>>> poetry env info
  • If env info does not match your path, try manually running Scripts/activate inside that environment

  • To add a dependency (add a -D if it’s only for development)

>>> poetry add <dependency>
Commitizen
>>> git add
>>> cz c
  • More options can be found under options under Commitizen

PreCommit

Update .pre-commit-config.yaml, then run

>>> pre-commit install
>>> pre-commit run --all-files

TODO:

Not Required at this Time:

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

urcollectionmanager-1.0.0.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

urcollectionmanager-1.0.0-py3-none-any.whl (8.7 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