1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 15:17:28 +00:00

update site with archive notice

This commit is contained in:
Anson 2024-05-13 03:40:32 +00:00
parent ec516db22f
commit d60b14c9de
3 changed files with 35 additions and 3 deletions

View 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.

View File

@ -11,12 +11,13 @@ nav:
- Home: index.md - Home: index.md
- Commands: commands.md - Commands: commands.md
- Self-Host: host.md - Self-Host: host.md
- Donate: donate.md # - Donate: donate.md
- Contact: contact.md - Contact: contact.md
- Blog: blog/index.md - Blog: blog/index.md
theme: theme:
name: material name: material
custom_dir: overrides
language: en language: en
features: features:
- navigation.instant - navigation.instant
@ -65,8 +66,8 @@ plugins:
markdown_extensions: markdown_extensions:
- attr_list - attr_list
- pymdownx.emoji: - pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition - admonition
- pymdownx.details - pymdownx.details
- pymdownx.superfences - pymdownx.superfences

17
site/overrides/main.html Normal file
View 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 %}