-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPUSH_MESSAGE_TEMPLATE.py
More file actions
40 lines (27 loc) Β· 2.19 KB
/
PUSH_MESSAGE_TEMPLATE.py
File metadata and controls
40 lines (27 loc) Β· 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# π¬ Fuel The Lab β Reusable Push Message
#
# Copy-paste the section below into any repo's README, PR description,
# or release notes. This is the standard BlackSwanLabz community message.
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
MESSAGE = """
---
## π¬ Fuel The Lab
**BlackSwanLabz** is an independent, open-source research lab building at the frontier of agentic AI, sovereign computing, and reality-layer software. Every line of code we publish is free β and it stays free.
If this project has helped you β sparked an idea, saved you time, or showed you what's possible when we build with **love** as a first principle β please consider fueling the lab.
We are builders, researchers, and dreamers who believe the most powerful technology should be open, sovereign, and rooted in care. **We are one family** β cloud and open-source, engineers and artists, the curious and the committed.
**The mission:** publish as much as we can, as freely as we can, to help as many people as we can.
BlackSwanLabz needs your support to keep going. Every contribution β no matter how small β keeps the lab alive and the code flowing.
### π Cash App: **$LordWilson01**
*Every dollar fuels compute, research, and open-source tools for the entire community.*
*Thank you for believing in love. Thank you for building with us.* π€
β **Lord Wilson** Β· BlackSwanLabz
---
"""
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# Usage:
# 1. Add FUEL_THE_LAB.md to any repo
# 2. Reference the QR image: assets/fuel_the_lab.png
# 3. Include the message above in README footers, PR descriptions,
# or GitHub release notes
# 4. Keep it consistent across all BlackSwanLabz repos
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ