https://github.com/siruku6/fx_alarm_py
This app alarm you when you should check FX chart. (is being developed ...)
https://github.com/siruku6/fx_alarm_py
api-gateway aws-lambda dynamodb fx github-actions python3 serverless-framework sns-topic
Last synced: 27 days ago
JSON representation
This app alarm you when you should check FX chart. (is being developed ...)
- Host: GitHub
- URL: https://github.com/siruku6/fx_alarm_py
- Owner: siruku6
- License: gpl-3.0
- Created: 2019-01-26T00:31:07.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-03T15:33:03.000Z (over 1 year ago)
- Last Synced: 2025-02-14T00:17:09.339Z (8 months ago)
- Topics: api-gateway, aws-lambda, dynamodb, fx, github-actions, python3, serverless-framework, sns-topic
- Language: Python
- Homepage:
- Size: 1.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FX_Alarm_py
[](https://github.com/siruku6/fx_alarm_py/actions/workflows/lint_and_test.yml)
[](https://codeclimate.com/github/siruku6/fx_alarm_py/maintainability)
[](https://codeclimate.com/github/siruku6/fx_alarm_py/test_coverage)## Overview
- Backtest
- Real Trade
- Trade through Oanda API
- Trading history## Description
In development ...
## Requirement
You have to introduce following packages before start developing.
- python3.8 or python3.9
- pip modules
```bash
$ pipenv install -d
```- awscli
- node
- serverless
```bash
$ npm -g install serverless@3
```
- DynamoDB Local (and, though it is optional, DynamoDB Admin)## Deployment
1. Set Environment Variables
```bash
$ cp .env.sample .env
```change [these variables](https://github.com/siruku6/fx_alarm_py/blob/develop/docs/env_variables.md)
2. Deploy with serverless framework
```bash
$ sls deploy# Display the detailed progress
$ sls deploy --verbose# Specifying stage of AWS resources
$ sls deploy --stage demo
```