Adit Modi
Adit Modi
Hi @kcoleman731 , can you briefly describe the things you would like to implement here. I would like to contribute here. I see some documentation briefly describing the cluster upgrade...
Hi @efekarakus , I got the node and mongo working using [this approach](https://node.university/blog/10067/aws-ecs-containers) Here basically, creating an ecs cluster, also I am creating a task definition with node and mongo...
@maziyarpanahi , Any idea about this approach???
var stream = T.stream('statuses/filter', { follow: twitter_config.handles , track: twitter_config.topics , language: twitter_config.languages }); I tried using follow for tweets from a specific username/user-id . I am also encountering some...
@maziyarpanahi , why does this not work?? var stream = T.stream('statuses/filter', { follow: twitter_config.handles , track: twitter_config.topics , language: twitter_config.languages });
@maziyarpanahi, I am using above approach but it doesn't seem to work. twitter_config.handles are the user-ids and topics are the keywords. is user-ids correct way of referencing for this architecture???...
@maziyarpanahi , ar Twit = require('twit'); var util = require('util'); var config =require('./config'); var T = new Twit(config) var stream = T.stream('statuses/filter', { follow: ['56488059','2227355222'] , track: ['Covid','Corona'] , language:...
I am getting a docker-compose command not found error. I specified PATH and the error is gone. I am getting a new error, Couldn't connect to Docker daemon at http+docker://localhost...