Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ejnshtein/nyaasi-channel
Nyaasi telegram channel
https://github.com/ejnshtein/nyaasi-channel
Last synced: 11 days ago
JSON representation
Nyaasi telegram channel
- Host: GitHub
- URL: https://github.com/ejnshtein/nyaasi-channel
- Owner: ejnshtein
- License: mit
- Created: 2020-02-21T18:34:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T01:20:13.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T07:42:17.370Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://t.me/nyaasi
- Size: 359 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# nyaasi-channel
This is source code of a part of [nyaasi-bot](https://t.me/nyaasi_bot) which posts messages to [nyaasi telegram channel](https://t.me/nyaasi).
## Installation
- Create `.env` file and put all secrets here.
- Run commands.
- `docker-compose pull`
- `docker-compose up -d`## Development
- Run command `up`
- In VSCode press `F5` to start debugger and ts build server.