{"id":16615068,"url":"https://github.com/dschep/helper","last_synced_at":"2025-03-21T14:31:22.900Z","repository":{"id":33684381,"uuid":"37337149","full_name":"dschep/HELPeR","owner":"dschep","description":"ABANDONED - HELPeR is an open source, self hosted, easy to  hack clone of IFTTT","archived":false,"fork":false,"pushed_at":"2022-01-06T22:23:03.000Z","size":169,"stargazers_count":25,"open_issues_count":6,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-18T02:11:44.857Z","etag":null,"topics":["abandonware"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dschep.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":"2015-06-12T18:13:06.000Z","updated_at":"2020-12-13T20:51:22.000Z","dependencies_parsed_at":"2022-09-14T04:00:35.054Z","dependency_job_id":null,"html_url":"https://github.com/dschep/HELPeR","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/dschep%2FHELPeR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dschep%2FHELPeR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dschep%2FHELPeR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dschep%2FHELPeR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dschep","download_url":"https://codeload.github.com/dschep/HELPeR/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244815174,"owners_count":20514910,"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":["abandonware"],"created_at":"2024-10-12T02:08:36.596Z","updated_at":"2025-03-21T14:31:22.572Z","avatar_url":"https://github.com/dschep.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# HELPeR -- THIS PROJECT IS ABANDONED\n\nHELPeR is a personal IFTTT clone because who wants to give a corporation access\nto *ALL* your online accounts?!\n\n## Screenshots\n![](http://i.imgur.com/t00KTOJ.png)\n![](http://i.imgur.com/RbVSLYQ.png)\n![](http://i.imgur.com/zPrFDw5.png)\n\n## Agents\nHELPeR consists of Agents. Agents should be a python module. For the purposes\nof this README we'll be discussing a hypothetical Agent called `foobar`.\n\n### Agent Configs\nIf an agent needs it, a config can be created for it in the DB.\n\n### Agent Config Views\nAn agent can define a views if it as a config in `foobar.view`. They will be\nloaded at `/agent_config/\u003cAGENT_CONFIG_ID\u003e/\u003cAGENT_VIEW\u003e`. They must be\nspecified in `foobar.ACTION_CONFIG_KEYS`\n\nex: `/agent/1/Foo` will call `foobar.views.Foo.as_view(request, agent_config)`\n\nThe main purpose of this is to allow for building of extra view for things like\noauth. See `helper.agents.facebook.views.FBLogin` for an example\n\n## Tasks\nAgents' tasks live in `foobar.tasks`. These should be celery tasks. Tasks are\neither a 'cause' and output a list of events (flat dicts) or an\n'effect' which accepts a list of events do do with as it pleases.\n\nCause \u0026 effect tasks are paired as TaskPair objects. Each TaskPair has 2 tasks\ndefined, one cause and one effect, and a set options for both.\n\n### Task execution\nTasks get called with a union of the a AgentConfig options and the relevant\noptions in TaskPair (eg: cause tasks get called with cause_options).\n\n### Task views\nTasks can have a view at `foobar.views.TaskView`. They are dispatched through a\nTaskPair. POSTs going to the cause view and GETs going to the effect view. Both\nrequire a secret in the task's options to match the URL segment with the\nsecret.\n\nex: POST to `/task/6/SECRET` calls TaskPair(id=6)'s cause view\n\nThis is best combined with the Event model to accumulate events and a scheduled\ncause task that loads events from the DB.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdschep%2Fhelper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdschep%2Fhelper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdschep%2Fhelper/lists"}