added new mode
This commit is contained in:
13
Data-Collection/WebScraper/main.py.bak
Normal file
13
Data-Collection/WebScraper/main.py.bak
Normal file
@@ -0,0 +1,13 @@
|
||||
# main.py
|
||||
import scrapers.oil_news_scraper as oil_news
|
||||
|
||||
def main():
|
||||
print("Starting oil data collection...")
|
||||
|
||||
# Run oil market news scraper
|
||||
oil_news.run_scraper()
|
||||
|
||||
print("Oil news data scraping completed.")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main(),
|
||||
Reference in New Issue
Block a user