Created
May 5, 2023 15:18
-
-
Save under0tech/0a09391b45c3d9cd4e75b24e04a90ab8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import tweepy | |
| import requests as req | |
| import json as js | |
| import numpy as np | |
| import yfinance as yf | |
| import pandas_ta as ta | |
| import alpaca_trade_api as tradeapi | |
| import nltk | |
| from nltk.sentiment.vader import SentimentIntensityAnalyzer | |
| nltk.download('vader_lexicon') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment