Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RedL0tus/YearProgressBot
\\\ YearProgressBot /// written in Bash, for Telegram.
https://github.com/RedL0tus/YearProgressBot
Last synced: 3 months ago
JSON representation
\\\ YearProgressBot /// written in Bash, for Telegram.
- Host: GitHub
- URL: https://github.com/RedL0tus/YearProgressBot
- Owner: RedL0tus
- License: other
- Created: 2018-01-28T18:37:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T10:10:08.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T01:39:22.360Z (6 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 89
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
YearProgressBot
===============\\\ YearProgressBot /// written in Bash, for Telegram.
Deployment
----------1. Clone the reposistory:
```
$ git clone https://github.com/RedL0tus/YearProgressBot.git
```2. Copy and modify the systemd unit file:
Use your favourite editor to replace the dummy environment variables with yours. Don't forget to change the path at `ExecStart` as well.
```
# cp YearProgressBot.service /etc/systemd/system/YearProgressBot.service
# nano /etc/systemd/system/YearProgressBot.service
```3. Start the bot
```
# systemctl start YearProgressBot
```License
-------WTFNMFPLv1
```
DO WHAT THE FUCK YOU WANT TO BUT IT'S NOT MY FAULT PUBLIC LICENSE
Version 1, October 2013Copyright © 2013 Ben McGinnes
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.DO WHAT THE FUCK YOU WANT TO BUT IT'S NOT MY FAULT PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION0. You just DO WHAT THE FUCK YOU WANT TO.
1. Do not hold the author(s), creator(s), developer(s) or
distributor(s) liable for anything that happens or goes wrong
with your use of the work.
```