jayljl / stocktwits-sentiment-analysis

21 stars 9 forks source link

How to get sentiment label #1

Open wbensvage opened 3 years ago

wbensvage commented 3 years ago

Hi, GREAT WORK! Thank you for sharing. One quick question: How did you get the sentiment label shown as Bullish or Bearish?

To be more specific: Do we firstly have to be partner-level user of stocktwits then can get the sentiment data? If so, could you please sharing your experience? I wrote to them twice but no response at all.

If we don't need to upgrade the level, would you please give a hint how we can know the:

latest_xhr_id='API ID' headers = { OWN HEADERS }

params = ( OWN PARAMS ) response = requests.get('API LINK',

Best Regards!

m1996 commented 2 years ago

Hi That's my question too! did you find how we can know the:

latest_xhr_id='API ID'
headers = {
OWN HEADERS
}

params = (
OWN PARAMS
)
response = requests.get('API LINK',

for stocktwits? I'm new to web scrapping.

Best Regards