https://github.com/database64128/cubic-spacy-bot
🌌 Need some space?
https://github.com/database64128/cubic-spacy-bot
Last synced: about 1 year ago
JSON representation
🌌 Need some space?
- Host: GitHub
- URL: https://github.com/database64128/cubic-spacy-bot
- Owner: database64128
- License: agpl-3.0
- Created: 2021-08-16T12:02:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T03:06:35.000Z (over 1 year ago)
- Last Synced: 2025-05-07T06:04:02.569Z (about 1 year ago)
- Language: Go
- Size: 181 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cubic Spacy Bot
[](https://github.com/database64128/cubic-spacy-bot/actions/workflows/build.yml)
[](https://github.com/database64128/cubic-spacy-bot/actions/workflows/release.yml)
[](https://aur.archlinux.org/packages/cubic-spacy-bot-git)
An inline Telegram bot that gives you plenty of space!
## Deployment
```console
$ git clone https://github.com/database64128/cubic-spacy-bot.git
$ cd cubic-spacy-bot/
$ go build -trimpath -ldflags '-s -w'
$ sudo ln -rs cubic-spacy-bot /usr/bin/
$ sudo ln -rs systemd/cubic-spacy-bot.service /usr/lib/systemd/system/
$ sudo systemctl edit cubic-spacy-bot.service
$ sudo systemctl enable --now cubic-spacy-bot.service
```
Add the following when editing the service:
```systemd
[Service]
Environment=TELEGRAM_BOT_TOKEN=1234567:4TT8bAc8GHUspu3ERYn-KGcvsvGB9u_n4ddy
```
## License
[AGPLv3](LICENSE)