Path: blob/master/GitHub/GitHub_Get_reactions_from_comment.ipynb
2973 views
Kernel: Python 3
GitHub - Get reactions from comment
Tags: #github #reactions #automation #snippet
Author: Varsha Kumar
Last update: 2024-06-05 (Created: 2024-06-04)
Description: This notebook allows users to retrieve the reactions from a comment.
Input
Import libraries
In [ ]:
Setup variables
github_token
: personal token createsreaction_url
: link to the comments reaction data
In [ ]:
Model
Get comment reactions
In [ ]:
Output
Display result
In [ ]:
In [ ]: