Skip to content

Commit 73709ce

Browse files
authored
Update README.md (#38)
1 parent f9a804e commit 73709ce

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Sammy Ofer Notification Bot 🤖
2+
3+
[!["Buy Me A Coffee"](https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee&style=plastic)](https://www.buymeacoffee.com/drehelis)
24
![Telegram](https://img.shields.io/endpoint?color=neon&style=plastic&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fsammy_ofer_notification_channel)
5+
36
## Description
47

58
A small time scheduled (cron) _web-scraper_ to notify of upcoming game events taking place in [Sammy Ofer Stadium](https://www.haifa-stadium.com/ "Sammy Ofer Stadium").

assets/templates/static_page.jinja2

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{% macro notification_channel() %}
2-
<!-- https://github.com/badges/shields/issues/10109 -->
3-
<a href="https://t.me/sammy_ofer_notification_channel" style="border: none; text-decoration: none;">
4-
<img src="https://img.shields.io/endpoint?color=neon&style=plastic&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fsammy_ofer_notification_channel&label=Sammy%20Ofer%20Notification%20Channel" alt="Sammy Ofer Notification Channel">
5-
</a>
2+
<div>
3+
<!-- https://github.com/badges/shields/issues/10109 -->
4+
<a href="https://t.me/sammy_ofer_notification_channel" style="border: none; text-decoration: none;">
5+
<img src="https://img.shields.io/endpoint?color=neon&style=plastic&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fsammy_ofer_notification_channel&label=Sammy%20Ofer%20Notification%20Channel" alt="Sammy Ofer Notification Channel">
6+
</a>
7+
<a href="https://buymeacoffee.com/drehelis" style="border: none; text-decoration: none;">
8+
<img src="https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee&style=plastic" alt="Buy Me A Coffee">
9+
</a>
10+
</div>
611
{% endmacro -%}
712
<!DOCTYPE html>
813
<html lang="en">

0 commit comments

Comments
 (0)