Piotrek12332121 / solana_bot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Python 96.4%Language:Dockerfile 3.6%