{"id":20347488,"url":"https://github.com/evilmartians/cupid","last_synced_at":"2025-06-23T17:33:00.559Z","repository":{"id":62556549,"uuid":"2134299","full_name":"evilmartians/cupid","owner":"evilmartians","description":"Create, organize and send emails through ExactTarget SOAP API","archived":false,"fork":false,"pushed_at":"2012-05-22T17:29:43.000Z","size":234,"stargazers_count":10,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-22T01:07:57.317Z","etag":null,"topics":["api","exacttarget","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/evilmartians.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":"2011-07-31T23:37:32.000Z","updated_at":"2020-12-19T02:03:26.000Z","dependencies_parsed_at":"2022-11-03T06:15:16.685Z","dependency_job_id":null,"html_url":"https://github.com/evilmartians/cupid","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/evilmartians/cupid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilmartians%2Fcupid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilmartians%2Fcupid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilmartians%2Fcupid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilmartians%2Fcupid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evilmartians","download_url":"https://codeload.github.com/evilmartians/cupid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilmartians%2Fcupid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261522597,"owners_count":23171852,"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":["api","exacttarget","ruby"],"created_at":"2024-11-14T22:16:53.243Z","updated_at":"2025-06-23T17:33:00.505Z","avatar_url":"https://github.com/evilmartians.png","language":"Ruby","readme":"# Cupid gem — Create, organize and send emails through Exact Target\n\nSend love, not war. This version of cupid can only work with ET SOAP API with s4.\n\nSponsored by Evil Martians \u003chttp://evilmartians.com\u003e\n\n## Usage\n\nGet a new cupid object for every account you want to work with (usually\nit's the only one):\n\n``` ruby\n  Cupid::MyAccount = Cupid.new :username, :password, :account\n```\n\nNow you can send requests to ExactTarget through this object.\n\nSmall example:\n\n``` ruby\n  Cupid::MyAccount.tap do |it|\n    list = it.lists.last\n    new_email = it.create_email :subject, :body\n    it.create_delivery list, new_email\n    it.delete_emails *it.emails\n  end\n```\n\nThere is much more underneath. See specs for some examples.\n\n## Installation\n\nPuts this line into `Gemfile` then run `$ bundle`:\n\n``` ruby\ngem 'cupid'\n```\n\nOr if you are old-school Rails 2 developer put this into `config/environment.rb` and run `$ rake gems:install`:\n\n``` ruby\nconfig.gem 'cupid'\n```\n\nOr manually install cupid gem: `$ gem install cupid`\n\n## Contributors\n\n* @gazay, @brainopia\n\n## License\n\nThe MIT License\n\nCopyright (c) 2012 Alexey Gaziev \u003cgazay@evilmartians.com\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilmartians%2Fcupid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevilmartians%2Fcupid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilmartians%2Fcupid/lists"}