{"id":18763775,"url":"https://github.com/roverdotcom/django-fuelsdk","last_synced_at":"2025-06-18T11:36:42.609Z","repository":{"id":13863688,"uuid":"16561507","full_name":"roverdotcom/django-fuelsdk","owner":"roverdotcom","description":"ExactTarget FuelSDK wrapper for Django","archived":false,"fork":false,"pushed_at":"2015-08-14T07:57:42.000Z","size":314,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-12-29T05:27:20.470Z","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/roverdotcom.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-02-05T22:49:07.000Z","updated_at":"2016-06-28T23:31:57.000Z","dependencies_parsed_at":"2022-09-10T09:10:15.978Z","dependency_job_id":null,"html_url":"https://github.com/roverdotcom/django-fuelsdk","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roverdotcom%2Fdjango-fuelsdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roverdotcom%2Fdjango-fuelsdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roverdotcom%2Fdjango-fuelsdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roverdotcom%2Fdjango-fuelsdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roverdotcom","download_url":"https://codeload.github.com/roverdotcom/django-fuelsdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239661868,"owners_count":19676411,"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-11-07T18:27:25.803Z","updated_at":"2025-02-19T12:45:58.021Z","avatar_url":"https://github.com/roverdotcom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"django-fuelsdk\n==============\n\nExactTarget FuelSDK wrapper for Django.\n\n![Travis CI Build Status](https://travis-ci.org/roverdotcom/django-fuelsdk.svg?branch=master)\n\nInstall\n=======\n\n**Install Dependencies**\n```bash\npip install -r requirements.txt\n```\n\n**Add To INSTALLED_APPS**\n```python\nINSTALLED_APPS = [\n    # ...\n    django_fuelsdk,\n]\n```\n\n**Add Settings**\n```python\nEXACT_TARGET_CLIENT_ID = 'xxxx'\nEXACT_TARGET_CLIENT_SECRET = 'xxxx'\n# https://code.exacttarget.com/question/there-any-cetificrate-install-our-server-access-et-api\nEXACT_TARGET_WSDL_URL = 'https://webservice.exacttarget.com/etframework.wsdl'\n```\n\n\nUsage\n=====\n\n```python\nfrom django_fuelsdk.fuel import FuelClient\n\nf = FuelClient()\n\n# Send a triggered send to a specific subscriber (used for transactional email)\nf.send('Welcome', 'test@example.com', {'variable': 'test'})\n\n# Add a subscriber\n# Note: The underlying ExactTarget API throws an error when trying to\n# add a subscriber that already exists. This method will silence that error,\n# making add_subscriber idempotent. \nf.add_subscriber('test@example.com', {'variable': 'test'})\n\n# Any error returned by the API will cause a django_fuelsdk.fuel.FuelApiError\n# exception to be raised. \nf.send('Not an Email', 'test@example.com', {})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froverdotcom%2Fdjango-fuelsdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froverdotcom%2Fdjango-fuelsdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froverdotcom%2Fdjango-fuelsdk/lists"}