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.

Puchases History 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.

Missions 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_missions_list along with the mission category to find. An empty string returns everything.

  4. Pass the result to convert_missions

    Optionally: Pass result to your own HTML parser.

  5. You now have a list of Mission objects that contain all relevent information available from the missions 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

    If using convert_purchase_history, you will need to flatten the list of lists

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

  4. Similarly, you can run write_missions_to_database to write Mission objects and get_missions_from_database to read mission Mission objects from the same database as Purchases.

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.1.3.tar.gz (10.7 kB view details)

Uploaded Source

Built Distribution

urcollectionmanager-1.1.3-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

File details

Details for the file urcollectionmanager-1.1.3.tar.gz.

File metadata

  • Download URL: urcollectionmanager-1.1.3.tar.gz
  • Upload date:
  • Size: 10.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.5 CPython/3.8.1 Windows/10

File hashes

Hashes for urcollectionmanager-1.1.3.tar.gz
Algorithm Hash digest
SHA256 28960a3adf507a38cdb481331c61f58f2d3c12dbb7473cfca791cb1bf17bdb7f
MD5 e5d84192f8fff25b28f03221e12579b6
BLAKE2b-256 75d2610300f91be19973d408e40cf7cbe223be9596ca369e7e9a422bf5018577

See more details on using hashes here.

File details

Details for the file urcollectionmanager-1.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for urcollectionmanager-1.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a17045af990f726ae80613f970be2a99c9c4be6507caa7339ab4cc3c3c399ace
MD5 4eb9cd0dad3837678af4e98e09ea565f
BLAKE2b-256 6e89444b0d3bf9bb47c26cc5e5bfa174d9399a9a7f203b8b9fad61ca8cd7ef14

See more details on using hashes here.

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