VottonDev / CM2305-28

GNU General Public License v3.0
0 stars 0 forks source link

Vader Sentiment Analysis + More twitter routes (Integration) (NodeJS) #18

Closed VottonDev closed 2 years ago

VottonDev commented 3 years ago

Reference: https://github.com/vaderSentiment/vaderSentiment-js

ajshetty27 commented 2 years ago

`const http = require('http');

const hostname = '127.0.0.1'; const port = 3000; const vader = require('vader-sentiment'); var fs = require('fs'); var input = fs.readFileSync('test.txt', 'utf8') const intensity = vader.SentimentIntensityAnalyzer.polarity_scores(input);

fs.readFile('test.txt', function(err, data) { if(err) throw err;

const arr = data.toString().replace(/\r\n/g,'\n').split('\n');

for(let i of arr) {
    console.log(i);
    var temp_input = i;
    var temp_intensity = vader.SentimentIntensityAnalyzer.polarity_scores(i);
    console.log(temp_intensity);
}

});

const server = http.createServer((req, res) => { res.statusCode = 200; res.setHeader('Content-Type', 'text/plain'); res.end('Checking compound value for lines in text file, less than 0 is negative and more than 0 is positive'); });

server.listen(port, hostname, () => { console.log(Server running at http://${hostname}:${port}/); console.log('Checking compound value for lines in text file, less than 0 is negative and more than 0 is positive') }); `

ajshetty27 commented 2 years ago

test.txt

ajshetty27 commented 2 years ago

Reads lines in a txt file into a list from which the compound value is computed for the overall score of the sentence. Anything below 0 is negative and anything above 0 is positive.

VottonDev commented 2 years ago

@joshuaevs1 Would you mind investigating the Twitter routes as well like you did with Flickr and making a document of them: https://developer.twitter.com/en/docs/api-reference-index

joshuaevs1 commented 2 years ago

No problem, will get it done as soon as possible before Tuesday

Get Outlook for iOShttps://aka.ms/o0ukef


From: Votton @.> Sent: Sunday, February 6, 2022 4:37:36 PM To: VottonDev/CM2305-28 @.> Cc: Josh Evans @.>; Mention @.> Subject: Re: [VottonDev/CM2305-28] Vader Sentiment Analysis + More twitter routes (Integration) (NodeJS) (Issue #18)

External email to Cardiff University - Take care when replying/opening attachments or links. Nid ebost mewnol o Brifysgol Caerdydd yw hwn - Cymerwch ofal wrth ateb/agor atodiadau neu ddolenni.

@joshuaevs1https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fjoshuaevs1&data=04%7C01%7Cevansjw5%40Cardiff.ac.uk%7C66805482a27743ec274808d9e98efc74%7Cbdb74b3095684856bdbf06759778fcbc%7C1%7C0%7C637797622681662445%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=x4ptYhrn8u1rsDROkGxz3%2BXCcBkIIcMz6EJ04yv4Hzw%3D&reserved=0 Would you mind investigating the Twitter routes as well like you did with Flickr and making a document of them: https://developer.twitter.com/en/docs/api-reference-indexhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdeveloper.twitter.com%2Fen%2Fdocs%2Fapi-reference-index&data=04%7C01%7Cevansjw5%40Cardiff.ac.uk%7C66805482a27743ec274808d9e98efc74%7Cbdb74b3095684856bdbf06759778fcbc%7C1%7C0%7C637797622681662445%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=V7N1qmaXlBZ0aAkQijYk782T5KcyRQFEHljjoFPzRCA%3D&reserved=0

— Reply to this email directly, view it on GitHubhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FVottonDev%2FCM2305-28%2Fissues%2F18%23issuecomment-1030868228&data=04%7C01%7Cevansjw5%40Cardiff.ac.uk%7C66805482a27743ec274808d9e98efc74%7Cbdb74b3095684856bdbf06759778fcbc%7C1%7C0%7C637797622681662445%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=dCWH%2FygqbKr34hSIjYCz7R%2BLyeF96QRumRSrBrcIk%2Fo%3D&reserved=0, or unsubscribehttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAWAYRKW2GDWPLXTBSIUQLYLUZ2PVBANCNFSM5HC5AWEA&data=04%7C01%7Cevansjw5%40Cardiff.ac.uk%7C66805482a27743ec274808d9e98efc74%7Cbdb74b3095684856bdbf06759778fcbc%7C1%7C0%7C637797622681662445%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=E2asfq%2FrKBxs0ISngI6mHA0jvDg%2Bgd5tK%2BtR7ukpp20%3D&reserved=0. Triage notifications on the go with GitHub Mobile for iOShttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fapps.apple.com%2Fapp%2Fapple-store%2Fid1477376905%3Fct%3Dnotification-email%26mt%3D8%26pt%3D524675&data=04%7C01%7Cevansjw5%40Cardiff.ac.uk%7C66805482a27743ec274808d9e98efc74%7Cbdb74b3095684856bdbf06759778fcbc%7C1%7C0%7C637797622681662445%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=wk6rJmY8lQfwjvRgTnB8nyrp0P551n3gqU1LCLwuxYw%3D&reserved=0 or Androidhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dcom.github.android%26referrer%3Dutm_campaign%253Dnotification-email%2526utm_medium%253Demail%2526utm_source%253Dgithub&data=04%7C01%7Cevansjw5%40Cardiff.ac.uk%7C66805482a27743ec274808d9e98efc74%7Cbdb74b3095684856bdbf06759778fcbc%7C1%7C0%7C637797622681662445%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=vhCpFvlGijTINmOez37bwlc4ZXG4AWlacwo%2FSOBlE6A%3D&reserved=0. You are receiving this because you were mentioned.Message ID: @.***>

VottonDev commented 2 years ago

Re-upload @joshuaevs1 Twitter doc here, so it's at the right place. Twitter.API.docx

joshuaevs1 commented 2 years ago

Twitter API.docx

joshuaevs1 commented 2 years ago

Is there anything else I can do this week?


From: Votton @.> Sent: 08 February 2022 13:24 To: VottonDev/CM2305-28 @.> Cc: Josh Evans @.>; Mention @.> Subject: Re: [VottonDev/CM2305-28] Vader Sentiment Analysis + More twitter routes (Integration) (NodeJS) (Issue #18)

External email to Cardiff University - Take care when replying/opening attachments or links. Nid ebost mewnol o Brifysgol Caerdydd yw hwn - Cymerwch ofal wrth ateb/agor atodiadau neu ddolenni.

Re-upload @joshuaevs1https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fjoshuaevs1&data=04%7C01%7Cevansjw5%40Cardiff.ac.uk%7C3ee8d7cfd86c4dad90c408d9eb066780%7Cbdb74b3095684856bdbf06759778fcbc%7C1%7C0%7C637799235898419391%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=vrT9E84IdwtUqQsNdFZNw5Y5YczxAOpYq%2FY8gIXhbAo%3D&reserved=0 Twitter doc here, so it's at the right place. Twitter.API.docxhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FVottonDev%2FCM2305-28%2Ffiles%2F8024113%2FTwitter.API.docx&data=04%7C01%7Cevansjw5%40Cardiff.ac.uk%7C3ee8d7cfd86c4dad90c408d9eb066780%7Cbdb74b3095684856bdbf06759778fcbc%7C1%7C0%7C637799235898419391%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=PLed3rqwTik1Yfpwa0LXjderoDh%2BLdhi7I5REzRA%2FL4%3D&reserved=0

— Reply to this email directly, view it on GitHubhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FVottonDev%2FCM2305-28%2Fissues%2F18%23issuecomment-1032606018&data=04%7C01%7Cevansjw5%40Cardiff.ac.uk%7C3ee8d7cfd86c4dad90c408d9eb066780%7Cbdb74b3095684856bdbf06759778fcbc%7C1%7C0%7C637799235898419391%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=eOSDCFnyq38LDBfD5GpWoko4eidNc9Vcz1%2BCJ4DzOdQ%3D&reserved=0, or unsubscribehttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAWAYRKSPEL7ECBZKTXJV5F3U2EKSTANCNFSM5HC5AWEA&data=04%7C01%7Cevansjw5%40Cardiff.ac.uk%7C3ee8d7cfd86c4dad90c408d9eb066780%7Cbdb74b3095684856bdbf06759778fcbc%7C1%7C0%7C637799235898419391%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=jCp8p7z5DZyAygDf5B3d32ohKIRF%2FV3gVTVHsSSLbYs%3D&reserved=0. Triage notifications on the go with GitHub Mobile for iOShttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fapps.apple.com%2Fapp%2Fapple-store%2Fid1477376905%3Fct%3Dnotification-email%26mt%3D8%26pt%3D524675&data=04%7C01%7Cevansjw5%40Cardiff.ac.uk%7C3ee8d7cfd86c4dad90c408d9eb066780%7Cbdb74b3095684856bdbf06759778fcbc%7C1%7C0%7C637799235898419391%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=yj7oDA2AcgNwoMSfQRck80g9YMQLDWupv5rR%2Bs9pbiI%3D&reserved=0 or Androidhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dcom.github.android%26referrer%3Dutm_campaign%253Dnotification-email%2526utm_medium%253Demail%2526utm_source%253Dgithub&data=04%7C01%7Cevansjw5%40Cardiff.ac.uk%7C3ee8d7cfd86c4dad90c408d9eb066780%7Cbdb74b3095684856bdbf06759778fcbc%7C1%7C0%7C637799235898419391%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=osia4IhtApy9t%2F%2BFSw%2F1XnnYpeKtompIiq6WGOfKDXs%3D&reserved=0. You are receiving this because you were mentioned.Message ID: @.***>

VottonDev commented 2 years ago

@joshuaevs1 Shetty is writing the Twitter API requests, but maybe you can help with that or try to start integrating the API end with the Vader stuff we have.

VottonDev commented 2 years ago

Twitter API.docx

I've added these Twitter routes in now at #63 Just needs testing if they work and any other additional modifications if want to pull extra data for x route.