1
0

basic stems at importing scraping libraries

This commit is contained in:
mgaughan 2024-12-04 17:22:24 -06:00
parent 288b0d9bae
commit 4aa3433953
3 changed files with 11 additions and 0 deletions

3
src/lib/phab_get.py Normal file
View File

@ -0,0 +1,3 @@
#from phabricator import Phabricator
#phab=Phabricator("https://phabricator.wikimedia.org/")

2
src/lib/wiki_get.py Normal file
View File

@ -0,0 +1,2 @@
import mwparserfromhell

6
src/main.py Normal file
View File

@ -0,0 +1,6 @@
def main():
print('jkasdfjhksdjhksdfsd')
if __name__ == "__main__":
main()