Skip to content

Commit 08f6719

Browse files
committed
Add skeleton GitHub miner
1 parent 94dcab6 commit 08f6719

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

oshminer/GitHub.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env python3
2+
# -*- coding: utf-8 -*-
3+
# SPDX-FileCopyrightText: 2022 Pen-Yuan Hsing
4+
# SPDX-License-Identifier: AGPL-3.0-or-later
5+
6+
def make_GitHub_request(url: str, data: list) -> str:
7+
print(f"Constructing an API request to GitHub for repository {url} for the following data {data}")

0 commit comments

Comments
 (0)