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
  VBScript LoadPicture() alternative within Python parun 0 511 Aug-16-2024, 11:22 AM
Last Post: parun
  how can I correct the Bad Request error on my curl request tomtom 8 7,001 Oct-03-2021, 06:32 AM
Last Post: tomtom
  Python Request Errors PythonNoob1998 7 8,426 Jan-07-2021, 05:18 PM
Last Post: buran
  ImportError: cannot import name 'Request' from 'request' abhishek81py 1 5,064 Jun-18-2020, 08:07 AM
Last Post: buran
  Python alternative to R "Imager" kimrants 2 4,010 May-16-2018, 08:53 PM
Last Post: snippsat
  Problems with using request in python 3 Maaniac 3 4,008 Feb-15-2018, 08:58 AM
Last Post: Maaniac
  Python automation GET/POST/REQUEST Raki 1 3,589 Sep-22-2017, 06:24 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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