siddeshshewde / Projects

4 stars 5 forks source link

Welcoming Problem Solvers For Hacktober Fest 2021 🔥🔥 #3

Open siddeshshewde opened 3 years ago

siddeshshewde commented 3 years ago

Check out the repo and optimize/add a functionality on any of the projects.

iriyagupta commented 3 years ago

@siddeshshewde In JARVIS to do list, any task can be taken and each of them should have separate files?

siddeshshewde commented 3 years ago

@iriyagupta : Could you tell me which functionality/skill do you want to implement? I would want to add all the skills in a new folder under jarvis>skills>collection>{skill_name}.py Yes - all the skills would be in a different python file.

For Example: If you want to Implement Date/Time functionality, we can create a single file called datetime.py and add multiple functions for the AI to print / say (Currently only print is supported) the date, time etc. Functions: tell_the_date tell_the_time convert_12_hour_format etc.

iriyagupta commented 3 years ago

@siddeshshewde I can do a few of these like 4,5,6 and voice+ text. I'll start with 4th?

siddeshshewde commented 3 years ago

@iriyagupta : Sure, go ahead. Would want to create separate issues for each skill so that we can discuss specifics to it separately. https://github.com/siddeshshewde/Projects/issues/4

Just add a comment there will assign it to you.

iriyagupta commented 3 years ago

@siddeshshewde commented ! Once I'll complete that I'll look into more issues.

siddeshshewde commented 3 years ago

Sounds good to me!

shivanshsinghal107 commented 3 years ago

What functionality can I add to the telegram bot, it's on me or you'll tell something?

siddeshshewde commented 3 years ago

@shivanshsinghal107 : what feature/functionality do you have in mind?

shivanshsinghal107 commented 3 years ago

I am not sure, maybe top finance news articles from CNBC, algo trading articles from quant finance websites like quantstart.

iriyagupta commented 3 years ago

@siddeshshewde the json request to wunderground API for the Belgium city, I am thinking there is some error in it. Can you have a look at it? Meanwhile I have created pull request for the date-time issue.

siddeshshewde commented 3 years ago

I am not sure, maybe top finance news articles from CNBC, algo trading articles from quant finance websites like quantstart.

Sure @shivanshsinghal107 : Would love it if you could add those. Let me know if you want to give it a try, will create a separate issue to discuss and assign it to you.

shivanshsinghal107 commented 3 years ago

I am not sure, maybe top finance news articles from CNBC, algo trading articles from quant finance websites like quantstart.

Sure @shivanshsinghal107 : Would love it if you could add those. Let me know if you want to give it a try, will create a separate issue to discuss and assign it to you.

Yeah definitely, I will work on this. I am starting to work on this, just let me know when you have created the issue and assigned me.

siddeshshewde commented 3 years ago

@siddeshshewde the json request to wunderground API for the Belgium city, I am thinking there is some error in it. Can you have a look at it? Meanwhile I have created pull request for the date-time issue.

@iriyagupta Yup might be expired. Will check it later. I was actually trying to find a better weather API which is free of cost. Came across this one - https://www.climacell.co/weather-api/

I Loved it! Do you think this will work? If yes, will create an account and share a sample request.

siddeshshewde commented 3 years ago

I am not sure, maybe top finance news articles from CNBC, algo trading articles from quant finance websites like quantstart.

Sure @shivanshsinghal107 : Would love it if you could add those. Let me know if you want to give it a try, will create a separate issue to discuss and assign it to you.

Yeah definitely, I will work on this. I am starting to work on this, just let me know when you have created the issue and assigned me.

https://github.com/siddeshshewde/Projects/issues/6

iriyagupta commented 3 years ago

@siddeshshewde I will have a look at that once definitely

siddeshshewde commented 3 years ago

Cool, let me know if you have any other API suggestions. We can work with that as well

xerexcoded commented 2 years ago

Hey could I add a new Rust project , If yes let , me Know where to add it I mean in the projects folder or or create a folder called rust ?

siddeshshewde commented 2 years ago

@xerexcoded : of course, as there are not a lot of projects, for now we can create in the same folder. Just follow the naming convention i.e. Project Name (Language Used)

Example: Hello World (Rust)

xerexcoded commented 2 years ago

Yeah I already made the PR. If you want me change the directory structure let me know , sorry for having made the PR without waiting for your response.

siddeshshewde commented 2 years ago

@xerexcoded : couldn't find any PR. Could you share the #

xerexcoded commented 2 years ago

yeah sorry i had forgotten to make the PR , it is #9

xerexcoded commented 2 years ago

@siddeshshewde hope now the naming and structuring of the project is fine .

siddeshshewde commented 2 years ago

@siddeshshewde hope now the naming and structuring of the project is fine .

Yup, looks good to me. Will test the project by tomorrow and merge it :D

xerexcoded commented 2 years ago

@siddeshshewde awesome 👌

xerexcoded commented 2 years ago

Hey @siddeshshewde it seems that you haven't reviewed it yet , could review it add the hacktoberfest label to it .