{"id":15153019,"url":"https://github.com/csanjeev25/store-ipfs","last_synced_at":"2026-02-12T05:07:35.433Z","repository":{"id":110544722,"uuid":"128546529","full_name":"csanjeev25/Store-ipfs","owner":"csanjeev25","description":"A python script to store our content over distributed decentralised network using ipfs","archived":false,"fork":false,"pushed_at":"2018-04-08T06:05:50.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-07T11:38:14.762Z","etag":null,"topics":["ipfs-protocol","python-ipfs","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csanjeev25.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-07T16:21:26.000Z","updated_at":"2022-10-21T04:32:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"5d21185f-b9ef-445c-af3e-2759213e4afc","html_url":"https://github.com/csanjeev25/Store-ipfs","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"b892af1596af510dca6d92a41d0813ab18bf0e2b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/csanjeev25/Store-ipfs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csanjeev25%2FStore-ipfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csanjeev25%2FStore-ipfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csanjeev25%2FStore-ipfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csanjeev25%2FStore-ipfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csanjeev25","download_url":"https://codeload.github.com/csanjeev25/Store-ipfs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csanjeev25%2FStore-ipfs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272878320,"owners_count":25008336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ipfs-protocol","python-ipfs","python3"],"created_at":"2024-09-26T17:00:19.557Z","updated_at":"2026-02-12T05:07:35.393Z","avatar_url":"https://github.com/csanjeev25.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Store-ipfs\nA python script to store our contect over distributed decentralised netowrk using ipfs.\n\nWhat is IPFS?\n\nFrom Wikipedia:\n\nInterPlanetary File System (IPFS) is a protocol and network designed to create a content-addressable, peer-to-peer method of storing and sharing hypermedia in a distributed file system. \nIPFS was initially designed by Juan Benet, and is now an open-source project developed with help from the community.\nIn simple it’s Amazon S3 on Blockchain. All of your information is available on decentralized network across nodes thus not only make the system scaleable but reliable as well since data which is fed in it will be there hence no chance of 404-File not found kind of errors.\nSo there can be many possibilities how you can use it, essentially for file storage, you can use as web hosting, for messaging system, possibilities are endless.\n\nInstallation:\nDownload the setup file from https://dist.ipfs.io/#go-ipfs .\nrun to check if installed correctly :  ipfs --version .\nNow, initialise ur machine to use ipfs using : ipfs init .\nYou'll get a key, save it.... .\nby Use : ipfs daemon , You can have a web interface by visiting http://localhost:8080/ipfs by adding Hash of the file object, \nwhen you run ipfs refs local it prints the content exist on your local node.\n\nWhen you post a file on IPFS network, it’s spread across the connected nodes. IPFS provides garbage collection concept which eventually let the files get deleted. Or, if your node goes offline and not synced the data will be lost. In order for your data stay there forever, you pin your file by running the command:\n\nipfs pin add \u003chash_of_content\u003e where hash of content are the entries you see above. \nWhen you do it, it’s not removed due to garbage collection process. \nYou can also unpin by running ipfs pin rm \u003chash_content\u003e\n\nipfsapi is python wrapper for the same, for more info visit:\nhttps://github.com/ipfs/py-ipfs-api\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsanjeev25%2Fstore-ipfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsanjeev25%2Fstore-ipfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsanjeev25%2Fstore-ipfs/lists"}