Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sohyp3/moni_printer
a tool that tracks crypto signal channels and buys the signal -- not finished
https://github.com/sohyp3/moni_printer
Last synced: 6 days ago
JSON representation
a tool that tracks crypto signal channels and buys the signal -- not finished
- Host: GitHub
- URL: https://github.com/sohyp3/moni_printer
- Owner: sohyp3
- Created: 2021-05-10T00:13:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T07:09:42.000Z (over 2 years ago)
- Last Synced: 2023-03-10T09:51:35.445Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### The project still pre-alpha so there is a lot of issues
you need to have python3 and pip3 installed
you can check by typing `python3 --version` and `pip3 --version`
if not installed [download from here](https://www.python.org/downloads/)`pip3 install -r requirements.txt`
get your telegram bot api code from BotFather
and your private and public keys from binanceCreate a `api.py` file.
the formate should be like below,
add your keys
```
bot_api = 'Telegram Bot API'binance_api_key = ''
binance_api_secret = ''
```and you should be good to go
in analyzer.py you can close the functions for optimal view
to run it `python3 file.py`
---------------------------
###### REWRITING THE CODE IF YOU PLAN TO EDIT WAIT!