Skip to content

Commit

Permalink
Update data automatically collected by scripts_522
Browse files Browse the repository at this point in the history
  • Loading branch information
liyansong2018 committed May 22, 2024
1 parent 6e67cf5 commit 4393a7a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
Binary file modified awesome_security_repo.xlsx
Binary file not shown.
Binary file modified images/top_repositories.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/trend_repositories.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions reptile_security.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
Author: liyansong2018
Version: 1.1
Date: 2023-05-12
Version: 1.2
Date: 2024-05-22
Description: github modify json api
Caution: You have exceeded a secondary rate limit.
- User-to-server requests are limited to 5,000 requests per hour and per authenticated user.
Expand Down Expand Up @@ -166,7 +166,7 @@ def main(keywords, page_number, star_number, cookie, proxies=None):

if __name__ == '__main__':
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
cookie = '' # Your github account cookie! (Optional)
cookie = '' # Your github account cookie! (Optional)
proxies = {
"http": "http://localhost:10809",
"https": "http://localhost:10809",
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
requests
BeautifulSoup4
lxml

0 comments on commit 4393a7a

Please sign in to comment.