Skip to content

Commit

Permalink
i am dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
kings177 committed Nov 21, 2023
1 parent b104dc3 commit 4b8507e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions GithubAPI/C_repos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
1 change: 1 addition & 0 deletions GithubAPI/JavaScript_repos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
1 change: 1 addition & 0 deletions GithubAPI/Python_repos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
1 change: 1 addition & 0 deletions GithubAPI/Rust_repos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
2 changes: 1 addition & 1 deletion GithubAPI/fetch_top_repos.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def save_repos_to_file(repos, language):
with open(f'{language}_repos.json', 'w') as file:
json.dump(repos, file, indent=4)

api_token= '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'
api_token= 'your_token'
languages = ['Python', 'Rust', 'C', 'JavaScript']

for language in languages:
Expand Down

0 comments on commit 4b8507e

Please sign in to comment.