{"id":15442979,"url":"https://github.com/parthanium/yopy","last_synced_at":"2025-04-19T20:14:08.744Z","repository":{"id":20053138,"uuid":"23321618","full_name":"parthanium/YoPy","owner":"parthanium","description":"Python wrapper for the Yo! API.","archived":false,"fork":false,"pushed_at":"2015-10-29T08:12:13.000Z","size":205,"stargazers_count":8,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-18T13:17:25.619Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parthanium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-25T17:03:16.000Z","updated_at":"2018-12-18T05:53:28.000Z","dependencies_parsed_at":"2022-08-21T17:40:49.465Z","dependency_job_id":null,"html_url":"https://github.com/parthanium/YoPy","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/parthanium%2FYoPy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parthanium%2FYoPy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parthanium%2FYoPy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parthanium%2FYoPy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parthanium","download_url":"https://codeload.github.com/parthanium/YoPy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249789162,"owners_count":21325789,"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-01T19:32:20.982Z","updated_at":"2025-04-19T20:14:08.694Z","avatar_url":"https://github.com/parthanium.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"YoPy\n====\n\nPython wrapper for the Yo! API\n\nAs of now, you can:\n\u003col\u003e\n\t\u003cli\u003eGet the number of subscribers\u003c/li\u003e\n\t\u003cli\u003eSend a Yo! to all subscribers\u003c/li\u003e\n\t\u003cli\u003eSend a Yo! to a specific user\u003c/li\u003e\n\u003c/ol\u003e\n\nYoPy requires a Yo! API access token. You can get one by registering at http://dev.justyo.co/\n\nDependencies\n============\nYoPy requires the module Requests. Get it from http://docs.python-requests.org/\n\nInstallation\n============\nTo install, simple copy \u003ccode\u003eyopy.py\u003c/code\u003e to the \u003ccode\u003eLib\u003c/code\u003e folder of your Python installation.\n\nUsage\n=====\nYoPy works with any version of Python, as long as it supports Requests.\u003cbr/\u003e\ncan only send link OR location but not both) format: lat,long\u003cbr/\u003e\nHere is a Python 2 example :\n\n\timport yopy\n\n\ttoken = \u003cyour_api_token\u003e\n\tusername = \"PARTHDHAR\"\n\tlink = \"https://github.com/parthanium/YoPy\"\n\tlocation = \"41.0256377,28.9719802\"\n\n\tyo = yopy.Yo(token)\n\tprint yo.number()\n\tyo.yoall(link=link)\n\tyo.yoall(location=location)\n\tyo.youser(username, link=link)\n\tyo.youser(username, location=location)\n\nParth Dhar\u003cbr/\u003e\n2014\n\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/parthanium/yopy/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparthanium%2Fyopy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparthanium%2Fyopy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparthanium%2Fyopy/lists"}