kaustav202 / RealTime-TwitterDataAnalysis

Collect and process real time twitter data plotting various metrics like volume , proportion, sentiment. Analyze tweet node networks and map them geographically.
29 stars 15 forks source link

setup and usage instuctions added #6

Closed Rishav-12 closed 2 years ago

Rishav-12 commented 2 years ago

A similar PR may already be submitted! Please search among the Pull request before creating one.

Thanks for submitting a pull request! Please provide enough information so that others can review your pull request:

For more information, see the CONTRIBUTING guide.

Explain the motivation for making this change. What existing problem does the pull request solve?

Test plan (required)

Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.

Code formatting

Closing issues

Fixes #3

kaustav202 commented 2 years ago

@Rishav-12 fixed some errors since your last checkout.. make sure local is in sync with the latest upstream before you proceed. It should run fine now

Rishav-12 commented 2 years ago

One quick question, are you able to run the app? I'm getting a 403 error when running stream.py, probably something related to the Twitter API

kaustav202 commented 2 years ago

One quick question, are you able to run the app? I'm getting a 403 error when running stream.py, probably something related to the Twitter API

You need to check your Twitter API credentials and regenerate if needed

kaustav202 commented 2 years ago

@Rishav-12 were you able to resolve it? we need the doc update urgently.. try to complete it soon

Rishav-12 commented 2 years ago

Yes... I'll push the latest changes by tonight

kaustav202 commented 2 years ago

@Rishav-12 well done

Rishav-12 commented 2 years ago

Thanks you so much for guiding me