Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DVampire/FinAgent
/ run
Method
run
tools/download_sentiment.py:24–25 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
22
self.stocks = stocks
23
self.downloader = downloader
24
def
run(self):
25
self.downloader.download(self.stocks)
26
27
def
parse_args():
28
parser = argparse.ArgumentParser(description=
'Download News'
)
Callers
nothing calls this directly
Calls
1
download
Method · 0.45
Tested by
no test coverage detected