Skip to content

Commit

Permalink
Merge pull request #56 from goegol/main
Browse files Browse the repository at this point in the history
Add shebang to easy run python scripts
  • Loading branch information
Chouffy authored Feb 1, 2023
2 parents 5610948 + 7eb9d0d commit 6439719
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tgtg_get_favorites_item_id.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/python3

# Before running this, make sure that python3, pip and tgtg are installed!
# In a command line: pip install tgtg>=0.10.0

Expand Down
2 changes: 2 additions & 0 deletions tgtg_get_tokens.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/python3

# Before running this, make sure that python3, pip and tgtg are installed!
# In a command line: pip install tgtg==0.14.0

Expand Down

0 comments on commit 6439719

Please sign in to comment.