Python Forum
alternative to using request module in python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
alternative to using request module in python
#1
while using the python tutor site I am trying to import request module. But it is showing following error as shown in the image link.
kindly share the workaround so that it can work in python tutor site
import requests
import json
import os 
headers = {'PRIVATE-TOKEN': 'a7GMzfzuT4mi8Z2YiH'}

response = requests.get('https://gitlab.rd-services.com/api/v4/runners', headers = headers)
jsonResponse = response.json()
[Image: Nn4LYxS]

Attached Files

Thumbnail(s)
   
Reply
#2
why execute code online with any restrictions? Install python on your machine (if not already installed) or use alternative like repl.it or pythonanywhere (note, for webscraping you may need paid account as free account can access only white-listed sites) or google colab.
ndc85430 likes this post
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#3
Apparently Python tutor does not allow you to access web addresses. You will have to install Python (and requests) on your own computer.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Twilio alternative jmair 3 3,944 Feb-08-2024, 01:55 PM
Last Post: Sharmi
  Pillow alternative? kucingkembar 4 922 Jul-27-2023, 10:50 AM
Last Post: Larz60+
  how can I correct the Bad Request error on my curl request tomtom 8 5,136 Oct-03-2021, 06:32 AM
Last Post: tomtom
  Python Request Errors PythonNoob1998 7 4,096 Jan-07-2021, 05:18 PM
Last Post: buran
  Alternative for Cairosvg? Maryan 0 2,484 Oct-26-2020, 01:27 PM
Last Post: Maryan
  ImportError: cannot import name 'Request' from 'request' abhishek81py 1 3,973 Jun-18-2020, 08:07 AM
Last Post: buran
  another alternative to np.interp evelynow 1 2,957 Aug-22-2019, 03:32 PM
Last Post: Larz60+
  Multithreading alternative MartinV279 1 2,815 Aug-01-2019, 11:41 PM
Last Post: scidam
  Array alternative oldcity 3 3,515 Oct-01-2018, 10:03 PM
Last Post: ichabod801
  Python alternative to R "Imager" kimrants 2 3,397 May-16-2018, 08:53 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020