A Python package, that allows you to acquire your RecNet authorization bearer token with your account credentials

This is a Python package, that allows you to acquire your RecNet bearer token with your account credentials! Done via git: python -m pip install git+https://github.com/Jegarde/RecNet-Login.git#egg=recnetlogin The absolute basics. This is basically all you need to know to get started. from recnetlogin import login_to_recnet login = login_to_recnet(“username”, “password”) print(login) A simple example on how the module is used. Another example script is found here.

Read more