Harkishen-Singh / Jarvis-personal-assistant

Comfort of a personal assistant for Linux systems. Currently features native google, yahoo, bing searches, weather conditions, videos from youtube and looking up for images as well, all in a very reliable structure and UI.
45 stars 45 forks source link

Scrapping for the yahoo requests using golang #138

Open muskankhedia opened 4 years ago

muskankhedia commented 4 years ago

The scrapping of the yahoo requests to be updated and implemented using the golang scrapping packages. One of them package implemented presently for the google and bing scrapping is goquery. Other recommendations of golang packages are most welcome.

Shubham-1105 commented 4 years ago

I am interested to work on this issue

muskankhedia commented 4 years ago

Sure. Go ahead.

muskankhedia commented 4 years ago

@Shubham-1105 How is the implementation going?

Shubham-1105 commented 4 years ago

I had previosly done scrapping using beautifulSoup in python but i am not familiar with golang.So i am learning golang now then will go through scrapping.

On Sat, 7 Mar 2020, 15:25 Muskan Khedia, notifications@github.com wrote:

@Shubham-1105 https://github.com/Shubham-1105 How is the implementation going?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Harkishen-Singh/Jarvis-personal-assistant/issues/138?email_source=notifications&email_token=AKDDZPUFVAKVM6RM3LQTMGDRGIK2TA5CNFSM4KZTM2C2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEODUWMI#issuecomment-596069169, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKDDZPTU2COV4W2OET6MJQTRGIK2TANCNFSM4KZTM2CQ .

ananyaarun commented 4 years ago

Hey @Shubham-1105 check this out - https://github.com/golang/go/wiki/LearnServerProgramming This has a lot of links that might help you !

Harkishen-Singh commented 4 years ago

@Shubham-1105 any updates on this?

Shubham-1105 commented 4 years ago

yes i am going through it