CryptoGramBot
A simple telegram bot that sends your balance updates from coinigy, send trade notifications from Poloniex and Bittrex and creates you a trade export for your own spreadsheet magicary.
파일 탐색기
최종 버전 다운로드 (.zip)- BinanceConfig.cs
- BittrexConfig.cs
- CoinigyConfig.cs
- GeneralConfig.cs
- IConfig.cs
- PoloniexConfig.cs
- TelegramConfig.cs
- CryptoGramBotDbContext.cs
- DbInitializer.cs
- dummy.txt
- SendBalanceInfoCommand.cs
- BagAndDustEvent.cs
- BalanceCheckEvent.cs
- DepositAndWithdrawalEvent.cs
- NewTradesCheckEvent.cs
- BinanceBagAndDustHandler.cs
- BinanceBalanceCheckHandler.cs
- BinanceDepositWithdrawalHandler.cs
- BinanceNewOrderCheckHandler.cs
- BittrexBagAndDustHandler.cs
- BittrexBalanceCheckHandler.cs
- BittrexDepositWithdrawalHandler.cs
- BittrexNewOrderCheckHandler.cs
- BittrexTradeExportHandler.cs
- CoinigyAccountInfoHandler.cs
- CoinigyBalanceHandler.cs
- GetCoinigyAccountHandler.cs
- PoloniexBagAndDustHandler.cs
- PoloniexBalanceCheckHandler.cs
- PoloniexDepositWithdrawalHandler.cs
- PoloniexNewOrderCheckHandler.cs
- PoloniexResetAllTradesHandler.cs
- AddLastCheckedHandler.cs
- ExcelExportHandler.cs
- HelpMessageHandler.cs
- LastCheckedHandler.cs
- PairProfitHandler.cs
- SaveAndFindNewTradesHandler.cs
- SendBalanceInfoCommandHandler.cs
- SendFileHandler.cs
- SendMessageHandler.cs
- TradeNotificationHandler.cs
- TradeProfitHandler.cs
- OrderExtension.cs
- MessageBusExtension.cs
- BinanceConverter.cs
- BittrexConvertor.cs
- PoloniexConvertor.cs
- StringBuffer.cs
- Constants.cs
- Helpers.cs
- MultiFieldIgnoreOrderComparer.cs
- ProfitCalculator.cs
- StringContants.cs
- TelegramCommands.cs
- screenshot-1.png
- screenshot.png
- dummy.txt
- 20170925105721_InitialCreate.cs
- 20170925105721_InitialCreate.Designer.cs
- 20171004073038_depositstable.cs
- 20171004073038_depositstable.Designer.cs
- 20171004083459_IdCOlumn.cs
- 20171004083459_IdCOlumn.Designer.cs
- 20171004131357_openorders.cs
- 20171004131357_openorders.Designer.cs
- 20171011124034_RealisedProfitColumn.cs
- 20171011124034_RealisedProfitColumn.Designer.cs
- 20180301130815_ReportingCurrency.cs
- 20180301130815_ReportingCurrency.Designer.cs
- CryptoGramBotDbContextModelSnapshot.cs
- BalanceHistory.cs
- BalanceInformation.cs
- CoinigyAccount.cs
- Currency.cs
- Deposit.cs
- LastChecked.cs
- OpenOrder.cs
- ProfitAndLoss.cs
- Setting.cs
- Trade.cs
- TradeSide.cs
- WalletBalance.cs
- Withdrawal.cs
- DatabaseService.cs
- BinanceCacheService.cs
- BinanceSubscriberService.cs
- BinanceWebsocketService.cs
- IBinanceCacheService.cs
- IBinanceSubscriberService.cs
- IBinanceWebsocketService.cs
- BinanceService.cs
- BittrexService.cs
- CoinigyApiService.cs
- CoinigyBalanceService.cs
- ErrorFromExchangeException.cs
- IBalanceService.cs
- IExchangeService.cs
- IPriceService.cs
- PoloniexService.cs
- CryptoCompareApiService.cs
- PriceService.cs
- ProfitAndLossService.cs
- TelegramBittrexFileUploadService.cs
- TelegramBot.cs
- TelegramBotState.cs
- TelegramMessageRecieveService.cs
- TelegramMessageSendingService.cs
- TelegramPairProfitService.cs
- StartupCheckingService.cs
- TradeExportService.cs
- App.config
- appsettings.json
- CryptoGramBot.csproj
- IPlugin.cs
- packages.config
- pm2.json
- Program.cs
- Startup.cs
- CryptoGramBot.Tests.csproj
- ProfitAndLossTests.cs
- ClientChannelHttpException.cs
- TradeOperationFailureException.cs
- TickerChangedEventArgs.cs
- TrollboxMessageEventArgs.cs
- AllCurrencyPairs.cs
- ApiWebClient.cs
- Authenticator.cs
- Authenticator.Interface.cs
- CurrencyPair.cs
- JsonResponse.cs
- ObservableDictionary.cs
- OrderType.cs
- MarketChartData.cs
- MarketChartData.Interface.cs
- MarketData.cs
- MarketData.Interface.cs
- MarketPeriod.cs
- Markets.cs
- Markets.Interface.cs
- Order.cs
- Order.Interface.cs
- OrderBook.cs
- OrderBook.Interface.cs
- Trade.cs
- Trade.Interface.cs
- FeeInfo.cs
- MarginAccountSummary.cs
- MarginAccountSummary.Interface.cs
- Order.cs
- Order.Interface.cs
- Position.cs
- Position.Interface.cs
- Trade.cs
- Trade.Interface.cs
- TradeableBalance.cs
- TradeableBalance.Interface.cs
- TradeFlags.cs
- Trading.cs
- Trading.Interface.cs
- Balance.cs
- Balance.Interface.cs
- Deposit.cs
- Deposit.Interface.cs
- DepositWithdrawalList.cs
- DepositWithdrawalList.Interface.cs
- GeneratedDepositAddress.cs
- GeneratedDepositAddress.Interface.cs
- Wallet.cs
- Wallet.Interface.cs
- Withdrawal.cs
- Withdrawal.Interface.cs
- app.config
- Helper.cs
- IPoloniexClient.cs
- IPoloniexClientFactory.cs
- packages.config
- Poloniex.csproj
- PoloniexApi.Net.csproj
- PoloniexClient.cs
- PoloniexClientFactory.cs
- .gitattributes
- .gitignore
- appveyor.yml
- CryptoGramBot.sln
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/mehtadone/CryptoGramBot
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd CryptoGramBot
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
