shahabqamar / ibm-personality-insights

ReactJS implementation of IBM Watson Personality Insights
http://personality-insights.shahabqamar.com
4 stars 4 forks source link

Steps for running it locally #1

Open sayak119 opened 5 years ago

sayak119 commented 5 years ago

Hi, can you mention the steps to run this locally. I am getting stuck in fetching the tweets part.

shahabqamar commented 5 years ago

Hi Sayak,

Did you checkout the installation steps in the repo: https://github.com/shahabqamar/ibm-personality-insights/blob/master/README.md#installation ? let me know if there is any specific step I can help you with.

On Wed, 3 Jul 2019 at 9:07 pm, Sayak Kundu notifications@github.com wrote:

Hi, can you mention the steps to run this locally. I am getting stuck in fetching the tweets part.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/shahabqamar/ibm-personality-insights/issues/1?email_source=notifications&email_token=AAZYQOUFKA2GSKXZ5JSSMKDP5SB5RA5CNFSM4H5EUCBKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G5DK4OQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAZYQOTTEE5XHF6YSGMH663P5SB5RANCNFSM4H5EUCBA .

shahabqamar commented 5 years ago

Also, you mentioned that you are stuck at the fetching tweets part. Have you setup the twitter API OAuth in php-api https://github.com/shahabqamar/ibm-personality-insights/tree/master/php-api /twitter.php?

On Wed, 3 Jul 2019 at 9:07 pm, Sayak Kundu notifications@github.com wrote:

Hi, can you mention the steps to run this locally. I am getting stuck in fetching the tweets part.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/shahabqamar/ibm-personality-insights/issues/1?email_source=notifications&email_token=AAZYQOUFKA2GSKXZ5JSSMKDP5SB5RA5CNFSM4H5EUCBKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G5DK4OQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAZYQOTTEE5XHF6YSGMH663P5SB5RANCNFSM4H5EUCBA .

sayak119 commented 5 years ago

Hi, Yes I did act the access token and keys along with the ones needed for IBM personality insight and I did setup the php local server using php -S localhost:5656 and changed it accordingly in the .env file. But it still doesn't work and shows error while fetching the tweets.