Deepak Mahudeswaran

Results 6 comments of Deepak Mahudeswaran

Hi @MarionMeyers , it generally time because Twitter imposes certain constraints on the number of times certain APIs can be called for data collection. Since the dataset has a large...

Sorry for the delayed response. The code for collecting social engagements that use the web scraping is broken with the latest twitter UI changes. @SaschaStenger Please feel free to integrate...

@lenhhoxung86 For our recent experiments, we have used the sample code provided in the sklearn example for splitting the data as train and test set. `X_train, X_test, y_train, y_test =...

@sivacharanreddy This can be due to some mistake in the way the twitter keys are provided as input. Please provide the twitter keys in `tweet_keys_file.txt` in the following format ```...

@sivacharanreddy The code makes use of Twython(https://twython.readthedocs.io/en/latest/api.html) library to collect tweets. Currently, all 4 parameters are passed to Twyhon API to authenticate. Please use all the keys from the pic...

@anubhakabra Can you provide more details like logs to further investigate this issue?