/solana_bot

A simple bot that connects to available discord channel and informs weather thresholds have been reached.

Primary LanguagePython

solana_bot

This is a simple bot that connects to available discord channel and informs whether RSI indicator for SOL/USD trading pair is below 30 or above 70.

Data is obtained with a help of ByBit API and then processed with pandas and pandas_ta libraries. The bot sends signals to the first channel it has permissions to write to.

Usage

Bot can be added to a server with a help of a link:

https://discord.com/oauth2/authorize?client_id=1254162765384515615&permissions=2048&integration_type=0&scope=bot

A docker image of a bot can be downloaded from docker hub:

https://hub.docker.com/repository/docker/opornypiotrek/solana_bot2/general

By using command:

docker pull opornypiotrek/solana_bot2:latest

And then run locally with a help of command:

docker run solana_bot2

Alternatively, docker desktop can be used to conveniently download and run container.