{"id":22352018,"url":"https://github.com/simonamdev/tiltify-v2-api-python","last_synced_at":"2025-03-26T12:10:33.138Z","repository":{"id":57475519,"uuid":"101439322","full_name":"simonamdev/tiltify-v2-api-python","owner":"simonamdev","description":"A wrapper for the 2nd version of the API provided by https://tiltify.com, an awesome site to combine fundraising and livestreaming.","archived":false,"fork":false,"pushed_at":"2018-10-08T09:48:28.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T02:41:26.213Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/simonamdev.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":"2017-08-25T20:20:06.000Z","updated_at":"2017-08-26T14:24:01.000Z","dependencies_parsed_at":"2022-09-07T17:10:55.753Z","dependency_job_id":null,"html_url":"https://github.com/simonamdev/tiltify-v2-api-python","commit_stats":null,"previous_names":["purrcat259/tiltify-v2-api-python"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonamdev%2Ftiltify-v2-api-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonamdev%2Ftiltify-v2-api-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonamdev%2Ftiltify-v2-api-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonamdev%2Ftiltify-v2-api-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonamdev","download_url":"https://codeload.github.com/simonamdev/tiltify-v2-api-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245650496,"owners_count":20650105,"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-12-04T12:16:54.713Z","updated_at":"2025-03-26T12:10:33.116Z","avatar_url":"https://github.com/simonamdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tiltify v2 API wrapper for Python 3\n\nA wrapper for the 2nd version of the API provided by https://tiltify.com, an awesome site to combine fundraising and livestreaming.\n\n## Supported Python Versions\n\n* 3.*\n\n## Tested Versions\n\n* 3.5\n\n## Installation\n\n`pip3 install tiltify2`\n\n## Usage\n\nImport the Tiltify object from the library of the version you wish to use.\n\n`from tiltify2.tiltify import Tiltify`\n\nInitialise an instance using your API key retrieved from [Tiltify](https://tiltify.com/). You can also state a timeout (in seconds) if you wish\n\n`tiltfy = Tiltify(api_key=my_api_key, timeout=2)`\n\nRetrieve donations, with option parameters `limit`, `order_by` and/or `donation_order`.\n\n`from tiltify2.tiltify import Tiltify2, Order`\n\n`tiltfy = Tiltify(api_key=my_api_key, timeout=2)`\n\n\n`five_donations_starting_from_latest_time_created = tiltify.get_donations(limit=2, donation_order=Order.DESC, order_by=Order.CREATED_AT)`\n\n## Contributions\n\nIf you wish to contribute - simply open a branch from `develop` then open a Pull Request back into `develop` with your changes. Here are various items which I did not add in the initial version:\n\n* Methods to retrieve data about awards\n* Methods to retrieve data about the campaign\n* Methods to order donations by values other than ID, Amount and Time Created\n* Async option\n* Setting up Travis for CI\n\n## Credits\n\nInitial version written by [Purrcat259](www.github.com/purrcat259), for use within the [Charitybot Project](https://github.com/purrcat259/charitybot2) \nduring [Special Effect](http://www.specialeffect.org.uk/)'s [One Special Day](http://www.onespecialday.org.uk/) event.\n\n## Licence\n\nMIT Licence\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonamdev%2Ftiltify-v2-api-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonamdev%2Ftiltify-v2-api-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonamdev%2Ftiltify-v2-api-python/lists"}