Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Melroy van den Berg
Crypto Bot
Commits
84d0bdb6
Verified
Commit
84d0bdb6
authored
May 21, 2022
by
Melroy van den Berg
Browse files
Small markdown fix
parent
7c93f320
Pipeline
#4408
passed with stage
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
84d0bdb6
...
...
@@ -16,7 +16,7 @@ You can join the public [Crypto Exchange Alert Telegram channel](https://t.me/cr
This bot is written in JavaScript and run on NodeJS.
*
[
NodeJS 14 or higher
](
https://nodejs.org/en/download/
)
-
[
NodeJS 14 or higher
](
https://nodejs.org/en/download/
)
### Docker
...
...
@@ -58,16 +58,16 @@ During development you could use: `npm run start-fake`. Which will start the app
The following settings require definitely some attention during setup:
*
`exchange_settings -> use_cache`
- Set to
`False`
to not use any local caching, needed for production!
*
`exchange_settings -> api_token`
- API token of twelvedata -
[
Create a free API token on their website
](
https://twelvedata.com/apikey
)
*
`telegram_settings -> bot_token`
- Token from Telegram, created via
[
@BotFather
](
https://telegram.me/BotFather
)
*
`telegram_settings -> public_url`
- Telegram public URL for Webhook
*
`telegram_settings -> chat_id`
- Telegram channel name including '@' or any other chat ID.
-
`exchange_settings -> use_cache`
- Set to
`False`
to not use any local caching, needed for production!
-
`exchange_settings -> api_token`
- API token of twelvedata -
[
Create a free API token on their website
](
https://twelvedata.com/apikey
)
-
`telegram_settings -> bot_token`
- Token from Telegram, created via
[
@BotFather
](
https://telegram.me/BotFather
)
-
`telegram_settings -> public_url`
- Telegram public URL for Webhook
-
`telegram_settings -> chat_id`
- Telegram channel name including '@' or any other chat ID.
There are also 2 environment variables available to set:
*
`HOST`
(default:
`0.0.0.0`
)
*
`PORT`
(default:
`3010`
)
-
`HOST`
(default:
`0.0.0.0`
)
-
`PORT`
(default:
`3010`
)
## License
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment