basic stems at importing scraping libraries
This commit is contained in:
parent
288b0d9bae
commit
4aa3433953
3
src/lib/phab_get.py
Normal file
3
src/lib/phab_get.py
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#from phabricator import Phabricator
|
||||||
|
|
||||||
|
#phab=Phabricator("https://phabricator.wikimedia.org/")
|
2
src/lib/wiki_get.py
Normal file
2
src/lib/wiki_get.py
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
import mwparserfromhell
|
||||||
|
|
6
src/main.py
Normal file
6
src/main.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
def main():
|
||||||
|
print('jkasdfjhksdjhksdfsd')
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
Loading…
Reference in New Issue
Block a user