mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-06-16 15:06:53 +00:00
updated info with new site and cap command
This commit is contained in:
parent
71c0272445
commit
bfeb28833a
@ -34,6 +34,7 @@ Simply calling a symbol in any message that the bot can see will also return the
|
|||||||
- `/news $[symbol]` News about the symbol. 📰
|
- `/news $[symbol]` News about the symbol. 📰
|
||||||
- `/info $[symbol]` General information about the symbol. ℹ️
|
- `/info $[symbol]` General information about the symbol. ℹ️
|
||||||
- `/stat $[symbol]` Key statistics about the symbol. 🔢
|
- `/stat $[symbol]` Key statistics about the symbol. 🔢
|
||||||
|
- `/cap $[symbol]` Market Capitalization of symbol. 💰
|
||||||
- `/trending` Trending Stocks and Cryptos. 💬
|
- `/trending` Trending Stocks and Cryptos. 💬
|
||||||
- `/help` Get some help using the bot. 🆘
|
- `/help` Get some help using the bot. 🆘
|
||||||
|
|
||||||
@ -42,7 +43,7 @@ Simply calling a symbol in any message that the bot can see will also return the
|
|||||||
|
|
||||||
Market data is provided by [IEX Cloud](https://iexcloud.io)
|
Market data is provided by [IEX Cloud](https://iexcloud.io)
|
||||||
|
|
||||||
If you believe the bot is not behaving properly run `/status`.
|
If you believe the bot is not behaving properly run `/status` or [get in touch](https://docs.simplestockbot.com/contact).
|
||||||
"""
|
"""
|
||||||
|
|
||||||
donate_text = """
|
donate_text = """
|
||||||
@ -55,9 +56,8 @@ The easiest way to donate is to run the `/donate [amount in USD]` command with U
|
|||||||
Example: `/donate 2` would donate 2 USD.
|
Example: `/donate 2` would donate 2 USD.
|
||||||
|
|
||||||
An alternative way to donate is through https://www.buymeacoffee.com/Anson which requires no account and accepts Paypal or Credit card.
|
An alternative way to donate is through https://www.buymeacoffee.com/Anson which requires no account and accepts Paypal or Credit card.
|
||||||
If you have any questions get in touch: @MisterBiggs or [anson@ansonbiggs.com](http://mailto:anson@ansonbiggs.com/)
|
If you have any questions see the [website](https:docs.simplestockbot.com)
|
||||||
|
|
||||||
_Donations can only be made in a chat directly with @simplestockbot_
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
@ -67,6 +67,7 @@ help - Get some help using the bot. 🆘
|
|||||||
info - $[symbol] General information about the symbol. ℹ️
|
info - $[symbol] General information about the symbol. ℹ️
|
||||||
news - $[symbol] News about the symbol. 📰
|
news - $[symbol] News about the symbol. 📰
|
||||||
stat - $[symbol] Key statistics about the symbol. 🔢
|
stat - $[symbol] Key statistics about the symbol. 🔢
|
||||||
|
cap - $[symbol] Market Capitalization of symbol. 💰
|
||||||
dividend - $[symbol] Dividend info 📅
|
dividend - $[symbol] Dividend info 📅
|
||||||
trending - Trending Stocks and Cryptos. 💬
|
trending - Trending Stocks and Cryptos. 💬
|
||||||
intra - $[symbol] Plot since the last market open. 📈
|
intra - $[symbol] Plot since the last market open. 📈
|
||||||
|
2
bot.py
2
bot.py
@ -128,7 +128,7 @@ def donate(update: Update, context: CallbackContext):
|
|||||||
prices=[LabeledPrice("Donation:", price)],
|
prices=[LabeledPrice("Donation:", price)],
|
||||||
start_parameter="",
|
start_parameter="",
|
||||||
# suggested_tip_amounts=[100, 500, 1000, 2000],
|
# suggested_tip_amounts=[100, 500, 1000, 2000],
|
||||||
photo_url="https://simple-stock-bots.gitlab.io/site/img/Telegram.png",
|
photo_url="https://simple-stock-bots.gitlab.io/docs/img/Telegram.png",
|
||||||
photo_width=500,
|
photo_width=500,
|
||||||
photo_height=500,
|
photo_height=500,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user