/projektwoche-valorant-api

A project to learn API calls and scripting

Primary LanguagePythonThe UnlicenseUnlicense

projektwoche-valorant-api

This is a script collection to learn basic scripting.

Contents are:

  • print
  • dictionaries
  • formatting
  • GET requests
  • data processing

How to start

  • Download this repo
  • Unpack it
  • Start Visual Studio Code (VSC)
  • Within VSC open the folder 'lessons'
  • Start at lesson '01. print'

Prerequisites

  • Install Python
  • Install Pip
  • Install Python pprint Module on terminal: pip install pprintpp
  • Install Python requests Module on terminal: pip install requests
  • Install Visual Studio Code
  • Within Visual Studio Code install the Python extension (Extension Id: ms-python.python)