Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 26, 2019. It is now read-only.
Bryan Reese edited this page Feb 20, 2019 · 4 revisions

Table of Contents generated with DocToc

Welcome to the Steamy_Cats wiki!

I am planning on documenting some of the more interesting coding things I do here. This is mainly for myself, so I can know what I did. If it is good information for someone else, that is great as well!

My repository of code examples will grow over time.

Code Flow

main() calls the below functions:
  assemble_steam_config()
  check_valid()
  download_proton_db() calls the below functions:
    check_pdb()
  download_store() calls the below functions:
    cleandls()
  find_config() calls the below functions:
    gen_user_menu()
  make_categories() calls the below functions:
    finalize_fragments()
    flag_adult()
    linux_native()
    pdb_mean()
    pdb_mode()
    pdb_unrated()
    rel_date()
    reviews()
    store_flags()
    user_tags()
  parse_args() calls the below functions:
    category_list()
    helpoutput()
  parse_config() calls the below functions:
    community_profile()
    copy_config()

Clone this wiki locally