EESSI / eessi-bot-software-layer

Bot to help with requests to add software installations to the EESSI software layer
GNU General Public License v2.0
0 stars 18 forks source link

Remove dependency on `curl` #39

Open trz42 opened 2 years ago

trz42 commented 2 years ago

The bot uses the command curl to fetch a patch file from GitHub. Should we remove that dependency?

boegel commented 2 years ago

Running the curl command can probably be replaced by using requests.get, see also https://365datascience.com/tutorials/python-tutorials/python-requests-package/