The-Capstone-Project / OS-Scraper

Operating System Information Scraping Agents
GNU General Public License v3.0
4 stars 0 forks source link

Installed Packages (Both Global and Local) #12

Open psychoSherlock opened 2 months ago

psychoSherlock commented 2 months ago

List of globally installed Python packages (pip list). List of Python packages in virtual environments. List of globally installed Node.js packages (npm -g list). List of locally installed Node.js packages in projects. Not only limited to those but all languages you can collect.

psychoSherlock commented 1 month ago

Guys please do this work asap.

psychoSherlock commented 1 month ago

@sudheeshspai the branch you pushed contri/sudheesh its not structured according to the project. Please review all the agents others have done to have an idea of the structure. Eg: All agents should be structured like this:

agents/
        agentName/main.go

Also the file package_list.go is not what I assigned for. You are printing packages What I meant is to fetch all the packages using command. All installed packages.

Please let me know if you have any confusion

@Abinjoy025 If you are free please help @sudheeshspai with this

psychoSherlock commented 1 month ago

@Xanthium7 Updates?