{"id":19921940,"url":"https://github.com/drakkar-software/octobot-evaluators","last_synced_at":"2025-04-09T12:03:46.842Z","repository":{"id":35063836,"uuid":"198444153","full_name":"Drakkar-Software/OctoBot-Evaluators","owner":"Drakkar-Software","description":"OctoBot evaluators package","archived":false,"fork":false,"pushed_at":"2024-11-04T09:07:48.000Z","size":577,"stargazers_count":10,"open_issues_count":2,"forks_count":23,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-09T04:37:02.197Z","etag":null,"topics":["bitcoin","evaluator","python","social-engineering","strategies","trading","trading-algorithms"],"latest_commit_sha":null,"homepage":"https://www.octobot.cloud","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Drakkar-Software.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-23T14:10:50.000Z","updated_at":"2025-01-04T12:20:40.000Z","dependencies_parsed_at":"2023-02-18T16:31:07.059Z","dependency_job_id":"0fb03058-bb6b-42d5-aafc-fc908c6d8822","html_url":"https://github.com/Drakkar-Software/OctoBot-Evaluators","commit_stats":{"total_commits":354,"total_committers":7,"mean_commits":50.57142857142857,"dds":0.4180790960451978,"last_synced_commit":"11fc8c237d40d56bf4a3336ad2333647c5e10e09"},"previous_names":[],"tags_count":96,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drakkar-Software%2FOctoBot-Evaluators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drakkar-Software%2FOctoBot-Evaluators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drakkar-Software%2FOctoBot-Evaluators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drakkar-Software%2FOctoBot-Evaluators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Drakkar-Software","download_url":"https://codeload.github.com/Drakkar-Software/OctoBot-Evaluators/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036061,"owners_count":21037092,"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":["bitcoin","evaluator","python","social-engineering","strategies","trading","trading-algorithms"],"created_at":"2024-11-12T22:08:52.418Z","updated_at":"2025-04-09T12:03:46.808Z","avatar_url":"https://github.com/Drakkar-Software.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OctoBot-Evaluators [1.9.7](https://github.com/Drakkar-Software/OctoBot-Evaluators/blob/master/CHANGELOG.md)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/a0c08eab5d4c440aa6e3fc3061ad0520)](https://app.codacy.com/gh/Drakkar-Software/OctoBot-Evaluators?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=Drakkar-Software/OctoBot-Evaluators\u0026utm_campaign=Badge_Grade_Dashboard)\n[![PyPI](https://img.shields.io/pypi/v/OctoBot-Evaluators.svg)](https://pypi.python.org/pypi/OctoBot-Evaluators/)\n[![Coverage Status](https://coveralls.io/repos/github/Drakkar-Software/OctoBot-Evaluators/badge.svg)](https://coveralls.io/github/Drakkar-Software/OctoBot-Evaluators)\n[![Github-Action-CI](https://github.com/Drakkar-Software/OctoBot-Evaluators/workflows/OctoBot-Evaluators-CI/badge.svg)](https://github.com/Drakkar-Software/OctoBot-Evaluators/actions)\n[![Build Status](https://cloud.drone.io/api/badges/Drakkar-Software/OctoBot-Evaluators/status.svg)](https://cloud.drone.io/Drakkar-Software/OctoBot-Evaluators)\n\n# Where are evaluators and strategies ?\n\nBecause OctoBot is modular, a wide range of evaluators and strategies are usable.\n\nDefault evaluators and strategies are located here: [https://github.com/Drakkar-Software/OctoBot-Tentacles](https://github.com/Drakkar-Software/OctoBot-Tentacles).\n\nTo install default evaluators and strategies in your OctoBot, run the following command: \n\n```bash\npython start.py tentacles --install --all\n```\n\n\nIt is also possible to specify which module(s) to install by naming it(them). In this case only the modules available in the available packages can be installed.\n```\npython start.py tentacles --install forum_evaluator john_smith_macd_evaluator advanced_twitter_evaluator\n```\n\n**You can find how to create your OctoBot evaluators and strategies [on the OctoBot guides](https://www.octobot.cloud/en/guides/octobot-tentacles-development/customize-your-octobot?utm_source=octobot\u0026utm_medium=dk\u0026utm_campaign=regular_open_source_content\u0026utm_content=octobot_evaluators_readme).**\n\n\n# [Octobot Module Manager](https://github.com/Drakkar-Software/OctoBot-Tentacles-Manager)\nA module manager for your [OctoBot](https://github.com/Drakkar-Software/OctoBot) ! \n\n- Install OctoBot-Tentacles-Manager from pip : \n\n``` {.sourceCode .bash}\n$ python3 -m pip install OctoBot-Tentacles-Manager\n```\n\n# [Customize your Octobot](https://www.octobot.cloud/en/guides/octobot-tentacles-development/customize-your-octobot)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrakkar-software%2Foctobot-evaluators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrakkar-software%2Foctobot-evaluators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrakkar-software%2Foctobot-evaluators/lists"}