OctoBot icon indicating copy to clipboard operation
OctoBot copied to clipboard

Support for 3th party signal providers

Open AlgoQ opened this issue 4 years ago • 5 comments

Would it be possible to implement the support for 3th party signals providers such as MiningHamster? They are working with an api. (demo key: https://www.mininghamster.com/api/v2/288b2113-28ac-4b14-801f-f4d9cf9d87ad)

AlgoQ avatar May 16 '20 09:05 AlgoQ

Hello @JanssensKobe,

It will be possible via a service feed tentacles such as https://github.com/Drakkar-Software/OctoBot-Tentacles/tree/0.4.0/Services/Services_feeds in OctoBot 0.4

GitHub
This repository contains public tentacles (packages) for the OctoBot project - Drakkar-Software/OctoBot-Tentacles

GuillaumeDSM avatar May 16 '20 09:05 GuillaumeDSM

Any updates one this?

AlgoQ avatar Jan 04 '21 16:01 AlgoQ

OctoBot 0.4 is now the official version !

GuillaumeDSM avatar Jan 04 '21 17:01 GuillaumeDSM

Okay nice! So how do I now make use of the service to use 3th party signal provider?

AlgoQ avatar Jan 04 '21 17:01 AlgoQ

You can create

  • a service pointing to the 3rd party (example with reddit: https://github.com/Drakkar-Software/OctoBot-Tentacles/blob/master/Services/Services_bases/reddit_service/reddit.py)
  • a service feed using this service to provide octobot with its data (example with reddit: https://github.com/Drakkar-Software/OctoBot-Tentacles/blob/master/Services/Services_feeds/reddit_service_feed/reddit_feed.py)
GitHub
This repository contains public tentacles (packages) for the OctoBot project - Drakkar-Software/OctoBot-Tentacles
GitHub
This repository contains public tentacles (packages) for the OctoBot project - Drakkar-Software/OctoBot-Tentacles

GuillaumeDSM avatar Jan 04 '21 18:01 GuillaumeDSM