Short project on Python. Main goal - is to send badges between participants in an automatic mode (after manual launch).
There should be 9 lines.
- Method type
- Path to corporate portal.
- Part of endpoint that responsible for sending badges.
- Part of endpoint that responsible for getting profile page.
- Parameter key for sending id of profile.
- Parameter key for sending id of badge.
- Parameter key for sending welcome message.
- Parameter key for sending token of user.
- Parameter key for a cookie in headers.
There should be 3 lines per each sender. Also, no sense to define less than 2 senders. Each line responsible for:
- Profile id of sender.
- Token used at badges endpoint.
- Cookie value of sender's profile.
python3.8 main.py