tbienias / PyTwits

PyTwits is a REST-API Wrapper for StockTwits.
MIT License
9 stars 2 forks source link

how to get the Token? #2

Closed cuevas1208 closed 3 years ago

cuevas1208 commented 3 years ago

Need help understanding how the token request process works. I want to submit a post to Stocktwits via python. I understand that I need a token and need to submit criteria to 'https://api.stocktwits.com/api/2/oauth/token' How do I receive and store the token?

tbienias commented 3 years ago

Receiving tokens is not implemented and I do not plan to do it. Workaround for receiving a token is stated here: https://github.com/hamx0r/stocktwits