-
**Name of app / service**
StockTwits
https://stocktwits.com/
**Link to developer documentation**
https://api.stocktwits.com/developers
-
```
StockTwits is widely used in stock trading, and has a great API using OAuth.
See http://stocktwits.com/developers/docs
Would be great to have gfeedline support!
```
Original issue reported on …
-
```
StockTwits is widely used in stock trading, and has a great API using OAuth.
See http://stocktwits.com/developers/docs
Would be great to have gfeedline support!
```
Original issue reported on …
-
```
StockTwits is widely used in stock trading, and has a great API using OAuth.
See http://stocktwits.com/developers/docs
Would be great to have gfeedline support!
```
Original issue reported on …
-
```
StockTwits is widely used in stock trading, and has a great API using OAuth.
See http://stocktwits.com/developers/docs
Would be great to have gfeedline support!
```
Original issue reported on …
-
**Is your feature request related to a problem? Please describe.**
I found your GitHub project by searching StockTwits in Nuget, however I don't know what this library does.
**Describe the solutio…
-
- Using Alphavantage API or Yahoo Finance API, I will be able to see the winners and loser of the day with correlating news articles from NYT or StockTwits
- I will be able to add said stocks to my o…
-
python
from pymongo import MongoClient
client = MongoClient('localhost', 27017)
db = client['sahmeto']
oinmap_collection = db['coinmap']
messages_collection = db['messages']
with open('coinmap…
-
Hi , I am pulling data out of an API with R and it seems that the insert to mongodb keeps failing?
This is the message I am having:
Error in .jcall(rmongo.object@javaMongo, "S", "dbInsertDocument", co…
-
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 stoc…