{"id":22154612,"url":"https://github.com/ericflo/openopengraph","last_synced_at":"2025-10-09T17:05:57.064Z","repository":{"id":881432,"uuid":"626502","full_name":"ericflo/openopengraph","owner":"ericflo","description":"An open source implementation of Facebook's Open Graph protocol.","archived":false,"fork":false,"pushed_at":"2010-04-24T06:48:53.000Z","size":88,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T17:05:56.679Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericflo.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-04-24T06:48:41.000Z","updated_at":"2014-04-22T16:34:41.000Z","dependencies_parsed_at":"2022-08-16T11:20:14.576Z","dependency_job_id":null,"html_url":"https://github.com/ericflo/openopengraph","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericflo/openopengraph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericflo%2Fopenopengraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericflo%2Fopenopengraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericflo%2Fopenopengraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericflo%2Fopenopengraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericflo","download_url":"https://codeload.github.com/ericflo/openopengraph/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericflo%2Fopenopengraph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001890,"owners_count":26083197,"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-10-09T02:00:07.460Z","response_time":59,"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":[],"created_at":"2024-12-02T01:49:54.694Z","updated_at":"2025-10-09T17:05:57.045Z","avatar_url":"https://github.com/ericflo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"OpenOpenGraph\n=============\n\nThis is an open source implementation of Facebook's Open Graph protocol.\n\nExample\n-------\n\n$ curl -F 'username=ericflo' http://127.0.0.1:8000/\n{\n    \"id\": 1,\n    \"username\": \"ericflo\"\n}\n\n$ curl http://127.0.0.1:8000/1\n{\n    \"id\": 1,\n    \"username\": \"ericflo\"\n}\n\n$ curl http://127.0.0.1:8000/1/feed\n{\n    \"data\": []\n}\n\n$ curl -F 'link=http://github.com/ericflo/openopengraph' -F 'message=Cool Project!' http://127.0.0.1:8000/1/feed\n{\n    \"id\": 2,\n    \"link\": \"http://github.com/ericflo/openopengraph\",\n    \"message\": \"Cool Project!\"\n}\n\n$ curl http://127.0.0.1:8000/1/feed\n{\n    \"data\": [\n        {\n            \"id\": 2,\n            \"link\": \"http://github.com/ericflo/openopengraph\",\n            \"message\": \"Cool Project!\"\n        }\n    ]\n}\n\n$ curl http://127.0.0.1:8000/2\n{\n    \"id\": 2,\n    \"link\": \"http://github.com/ericflo/openopengraph\",\n    \"message\": \"Cool Project!\"\n}\n\nInstallation\n------------\n\nFirst check out the source:\n\n    git clone git://github.com/ericflo/openopengraph.git\n\nThen make sure you have werkzeug, simplejson, and redis-py installed. If \nyou're a pip user, you can just do:\n\n    pip install -U -r requirements.txt\n\nMake sure you have Redis installed, and running.\n\n    curl -O http://redis.googlecode.com/files/redis-1.2.6.tar.gz\n    tar xvfz redis-1.2.6.tar.gz\n    cd redis-1.2.6\n    make\n    ./redis-server\n\nRunning\n-------\n\nJust invoke api.py:\n\n    python openopengraph/api.py","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericflo%2Fopenopengraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericflo%2Fopenopengraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericflo%2Fopenopengraph/lists"}