Skip to content

Instantly share code, notes, and snippets.

@under0tech
Created May 5, 2023 15:18
Show Gist options
  • Select an option

  • Save under0tech/0a09391b45c3d9cd4e75b24e04a90ab8 to your computer and use it in GitHub Desktop.

Select an option

Save under0tech/0a09391b45c3d9cd4e75b24e04a90ab8 to your computer and use it in GitHub Desktop.
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