Skip to content

mwranderson/docgetter

 
 

Repository files navigation

docgetter

Slack app that integrates with CostOfCapital project slack to get transcripts.

usage

Given desired report_number, accepts command "@docgetter get report [report_number]", where searches for relevant transcripts and returns it.
Accepts an optional 'transcript_source' number after report_number to uniquely identify desired file.
If multiple files are found and no transcript_source is provided, returns an interactable block for user to select desired report.

Notes

  • Historical PDF reports are sometimes contained in multiple files. From random searches, they are almost identical and this seems like a bug in the collection process. Currently, solution is randomly choosing one.
  • CapitalIQ transcript search is very time-inefficient due to different nature of documents.
    Since this project runs for free, the code only has enough time to turn some CapitalIQ transcripts into PDFs.
    For years past 2009, it is likely manual intervention is required.

About

Slack app written in Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.6%
  • Jupyter Notebook 45.4%