{"id":15009847,"url":"https://github.com/trafitto/bestemmie.org-api","last_synced_at":"2025-04-09T17:52:00.677Z","repository":{"id":55118549,"uuid":"117668925","full_name":"Trafitto/bestemmie.org-API","owner":"Trafitto","description":"Simple bestemmie.org api wrapper","archived":false,"fork":false,"pushed_at":"2021-01-08T18:34:32.000Z","size":11,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-29T17:07:07.759Z","etag":null,"topics":["bestemmie","italiano","italy","pip","python","python3","rest"],"latest_commit_sha":null,"homepage":null,"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/Trafitto.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}},"created_at":"2018-01-16T10:23:53.000Z","updated_at":"2023-11-24T09:12:55.000Z","dependencies_parsed_at":"2022-08-14T12:31:14.835Z","dependency_job_id":null,"html_url":"https://github.com/Trafitto/bestemmie.org-API","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/Trafitto%2Fbestemmie.org-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trafitto%2Fbestemmie.org-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trafitto%2Fbestemmie.org-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trafitto%2Fbestemmie.org-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Trafitto","download_url":"https://codeload.github.com/Trafitto/bestemmie.org-API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248083216,"owners_count":21045057,"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":["bestemmie","italiano","italy","pip","python","python3","rest"],"created_at":"2024-09-24T19:28:51.243Z","updated_at":"2025-04-09T17:52:00.642Z","avatar_url":"https://github.com/Trafitto.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bestemmie.org API for lazy person\n\n[![Language: python](https://img.shields.io/badge/python-3-blue.svg)](https://www.python.org/)\u0026nbsp;\n\nSimple wrapped [Bestemmie.org](http://bestemmie.org) [api](http://bestemmie.org/api) pip package\n\n## Installation\n\n`pip install bestemmie`\n\n## Usage\n\n#### Get random bestemmia\n\n```\nfrom bestemmie import Bestemmie\nBestemmie().random()\n```\nReturn a simple bestemmia\n\n`DIO CANE`\n\n### Get all bestemmie\n\n```\nfrom bestemmie import Bestemmie\nBestemmie().all()\n```\nReturn array of bestemmie objects with the single count of how many time was inserted\n```\n[\n    {\n        \"bestemmia\": \"DIO CANE\",\n        \"count\": 2\n    },\n    ...\n]\n```\n\n### Add bestemmia\n\n```\nfrom bestemmie import Bestemmie\nBestemmie().add(bestemmia, *False)\n```\n\n*You can pass an optional bool params for printing a success message\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrafitto%2Fbestemmie.org-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrafitto%2Fbestemmie.org-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrafitto%2Fbestemmie.org-api/lists"}