{"id":16341537,"url":"https://github.com/psibi/identier","last_synced_at":"2025-04-11T11:31:55.137Z","repository":{"id":3236162,"uuid":"4272519","full_name":"psibi/Identier","owner":"psibi","description":"Python API library for identi.ca/StatusNet","archived":false,"fork":false,"pushed_at":"2012-06-15T05:54:11.000Z","size":164,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T13:39:13.332Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psibi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-05-09T14:28:59.000Z","updated_at":"2013-10-13T23:01:39.000Z","dependencies_parsed_at":"2022-08-19T02:40:24.449Z","dependency_job_id":null,"html_url":"https://github.com/psibi/Identier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psibi%2FIdentier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psibi%2FIdentier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psibi%2FIdentier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psibi%2FIdentier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psibi","download_url":"https://codeload.github.com/psibi/Identier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248384012,"owners_count":21094657,"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","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-10-10T23:59:43.252Z","updated_at":"2025-04-11T11:31:54.785Z","avatar_url":"https://github.com/psibi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Identier\n---------\n\nIdentier is an Python API library for identi.ca.\n``Identier`` provides a API for accessing services of identi.ca. This support various extensions provided by StatusNet apart from it's Twitter compatible API's.\n\n\nInstallation:\n-------------\n\nIt is very easy to install Identier.\n\n    \t(pip install | easy_install) identi\n\n... or in the traditional way:\n\n    \t$ git clone git://github.com/psibi/Identier.git\n    \t$ cd Identier\n    \t$ python setup.py install\n\n\nUsage:\n------\n\nAn example of how to get various status update from the public timeline.\n\n    \tfrom identi import Identica\n\n    \tidentica = Identica()\n\n    \tpt_xml = identica.getPublicTimeline()\n     \tstatuses = identica.getValues(pt_xml,\"text\") #List containing all statuses\n\n    \tfor value in statuses:\n    \t\tprint value\n\nTo Do:\n-------\n1. Write more examples for using this API inside the examples directory.\n2. Remove Django dependency by providing alternate solution for solving Unicode related problem.\n3. Do Documentation.\n \nLicense:\n--------\nGNU General Public License v3 (GPLv3)\n\nBug Report:\n-----------\nIssue it here: https://github.com/psibi/Identier/issues\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsibi%2Fidentier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsibi%2Fidentier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsibi%2Fidentier/lists"}