Skip to content

Commit

Permalink
adding new idea
Browse files Browse the repository at this point in the history
  • Loading branch information
danilojezernik committed Sep 7, 2024
1 parent 27fe008 commit 4e6eaa1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/routes/used_ides.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import requests

url = 'https://www.reddit.com/r/programming/search.json?q=IDE&restrict_sr=1'
headers = {'User-Agent': 'Mozilla/5.0'}
response = requests.get(url, headers=headers)
data = response.json()

print(data)

0 comments on commit 4e6eaa1

Please sign in to comment.