Kaynağa Gözat

Merging Marco's pull request

David Leonard 10 yıl önce
ebeveyn
işleme
66de6d9aae

+ 6 - 1
hackathon_starter/hackathon/scripts/scraper.py

@@ -1,6 +1,11 @@
+'''
+scraper.py contains various methods for scraping
+HTML content and packaging into dictionaries.
+'''
+
 import requests
-from bs4 import BeautifulSoup
 import itertools 
+from bs4 import BeautifulSoup
 
 def steamDiscounts():
 	req = requests.get('http://store.steampowered.com/search/?specials=1#sort_by=_ASC&sort_order=ASC&specials=1&page=1')

Dosya farkı çok büyük olduğundan ihmal edildi
+ 3 - 13
hackathon_starter/hackathon/unittests/testgithub.py