mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 07:16:40 +00:00
update site with archive notice
This commit is contained in:
parent
ec516db22f
commit
d60b14c9de
14
site/docs/blog/posts/sunset.md
Normal file
14
site/docs/blog/posts/sunset.md
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
title: "Simple Bot End-of-Life"
|
||||
date: 2024-05-12
|
||||
tags: [Simple Stock Bot, Introduction, Telegram, Discord, Financial Insights]
|
||||
authors: [Anson]
|
||||
description: >
|
||||
Simple Stock Bot is being sunset.
|
||||
---
|
||||
|
||||
## What is Simple Stock Bot?
|
||||
|
||||
For full details see my full blog post: https://notes.ansonbiggs.com/simple-stock-bot-end-of-life/
|
||||
|
||||
I am shutting down Simple Stock Bot, a popular Telegram and Discord bot that provided live stock and cryptocurrency market data. The bot was created in 2018 after my group chat lost access to the Google Allo, which had integrated market data. The bot grew to 15,000 monthly active users, but maintaining the service has become challenging due to increasing data costs and changes to the Discord API. I really appreciate the community and everyone that has donated along the way, this has been a seriously great ride. The bot will soon no longer function on Telegram and Discord.
|
@ -11,12 +11,13 @@ nav:
|
||||
- Home: index.md
|
||||
- Commands: commands.md
|
||||
- Self-Host: host.md
|
||||
- Donate: donate.md
|
||||
# - Donate: donate.md
|
||||
- Contact: contact.md
|
||||
- Blog: blog/index.md
|
||||
|
||||
theme:
|
||||
name: material
|
||||
custom_dir: overrides
|
||||
language: en
|
||||
features:
|
||||
- navigation.instant
|
||||
@ -65,8 +66,8 @@ plugins:
|
||||
markdown_extensions:
|
||||
- attr_list
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
- pymdownx.superfences
|
||||
|
17
site/overrides/main.html
Normal file
17
site/overrides/main.html
Normal file
@ -0,0 +1,17 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
<!-- Announcement bar -->
|
||||
{% block announce %}
|
||||
|
||||
<div class="admonition danger" style="min-height: 20vh;">
|
||||
<p class="admonition-title">This project is now archived!</p>
|
||||
<p>
|
||||
Please
|
||||
<a href="/blog/2024/05/12/simple-bot-end-of-life/"
|
||||
>click here for more information.</a
|
||||
>
|
||||
</p>
|
||||
</div>
|
||||
<div class="" admoniton></div>
|
||||
|
||||
{% endblock %}
|
Loading…
x
Reference in New Issue
Block a user