project_alpha

A collection of Python scripts that monitors:

  1. FRED (Federal Reserve Economic Data) stats
  2. Sentiment data
  3. EconomyNow GDPNow Nowcasting, for latest GDP projections
  4. Alternative data, to gauge economic activity, such as...
  5. Stock technical indicator alerts
    • Put/call ratios for various stocks
    • RSI alerts (if stock goes below RSI < 30, for example)

These scripts are what runs https://twitter.com/stonkalerts

Library Dependencies (make sure you have these libraries installed before running scripts):

  1. Pickle
  2. Pandas / Numpy
  3. JSON
  4. Requests
  5. URLLib
  6. Tweepy
  7. Selenium Webdriver
  8. BeautifulSoup
  9. LXML