mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 07:16:40 +00:00
update urls
This commit is contained in:
parent
4f7a674f50
commit
e513386376
@ -24,7 +24,7 @@ You can contribute by:
|
||||
### Additional Support:
|
||||
|
||||
- Follow on [Twitter](https://twitter.com/AnsonBiggs)
|
||||
- Contribute or star the project on [GitLab](https://gitlab.com/simple-stock-bots)
|
||||
- Contribute or star the project on [GitLab](https://gitlab.com/simple-stock-bots/simple-stock-bot)
|
||||
- Utilize referral links for self-hosting:
|
||||
- [DigitalOcean](https://m.do.co/c/6b5df7ef55b6)
|
||||
- [marketdata.app](https://dashboard.marketdata.app/marketdata/aff/go/misterbiggs?keyword=web)
|
||||
|
@ -10,7 +10,7 @@ class D_info:
|
||||
license = re.sub(
|
||||
r"\b\n",
|
||||
" ",
|
||||
r.get("https://gitlab.com/simple-stock-bots/simple-discord-stock-bot/-/raw/master/LICENSE").text,
|
||||
r.get("https://gitlab.com/simple-stock-bots/simple-stock-bot/-/raw/master/LICENSE").text,
|
||||
)
|
||||
|
||||
help_text = """
|
||||
|
@ -4,7 +4,6 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: telegram/Dockerfile
|
||||
image: registry.gitlab.com/simple-stock-bots/simple-telegram-stock-bot
|
||||
env_file: .env
|
||||
discord:
|
||||
build:
|
||||
|
@ -51,7 +51,7 @@ Here are some simple commands to get you started:
|
||||
|
||||
Simple Stock Bot is a community-supported project, thriving on the contributions from its users. It's sustained entirely through donations to cover server costs and premium market data subscriptions, ensuring it remains free for everyone.
|
||||
|
||||
Feeling generous? You can support the project by [donating](https://simplestockbot.com/donate/), following on [Twitter](https://twitter.com/AnsonBiggs), or contributing on [GitLab](https://gitlab.com/simple-stock-bot).
|
||||
Feeling generous? You can support the project by [donating](https://simplestockbot.com/donate/), following on [Twitter](https://twitter.com/AnsonBiggs), or contributing on [GitLab](https://gitlab.com/simple-stock-bots/simple-stock-bot).
|
||||
|
||||
## Dive Deeper
|
||||
|
||||
|
@ -5,4 +5,4 @@ Your feedback and experience with Simple Stock Bot is invaluable. Whether you've
|
||||
- **Telegram**: Drop me a message on [Telegram](https://t.me/MisterBiggs).
|
||||
- **Discord**: Feel free to reach out on Discord at `MisterBiggs#0465`.
|
||||
- **Twitter**: Send me a tweet on [Twitter](https://twitter.com/AnsonBiggs).
|
||||
- **GitLab**: For technical issues or feature requests, feel free to open an issue on our [GitLab Repository](https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot).
|
||||
- **GitLab**: For technical issues or feature requests, feel free to open an issue on our [GitLab Repository](https://gitlab.com/simple-stock-bots/simple-stock-bot).
|
||||
|
@ -10,7 +10,7 @@ class T_info:
|
||||
license = re.sub(
|
||||
r"\b\n",
|
||||
" ",
|
||||
r.get("https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot/-/raw/master/LICENSE").text,
|
||||
r.get("https://gitlab.com/simple-stock-bots/simple-stock-bot/-/raw/master/LICENSE").text,
|
||||
)
|
||||
|
||||
help_text = """
|
||||
|
Loading…
x
Reference in New Issue
Block a user