Skip to content

Commit

Permalink
Added mitmproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Jul 19, 2024
1 parent 021c81b commit cae1570
Show file tree
Hide file tree
Showing 3 changed files with 479 additions and 0 deletions.
8 changes: 8 additions & 0 deletions utils/mitmproxy.watch.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import sys, os
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
import github

releases = [{
'version': release['tag_name'].strip('v'),
'released': release['published_at'][0:10]
} for release in github.releases('mitmproxy/mitmproxy')]
Loading

0 comments on commit cae1570

Please sign in to comment.