2020-06-14 18:25:10 +05:30
|
|
|
# jack
|
|
|
|
|
|
|
|
**indev** - still being made
|
|
|
|
|
2020-06-15 14:33:49 +05:30
|
|
|
Telegram bot deployed using Heroku.
|
|
|
|
|
|
|
|
## Why
|
|
|
|
|
|
|
|
A test on async await, and typescript. Since this project is IO-bound(mostly), it makes sense to use Node and Typescript.
|
2020-06-14 18:25:10 +05:30
|
|
|
|
2020-06-16 15:40:36 +05:30
|
|
|
Special thanks to: [`twss`](https://github.com/DanielRapp/twss.js)
|
|
|
|
|
2020-06-14 18:25:10 +05:30
|
|
|
## Usage
|
|
|
|
|
|
|
|
*You don't*
|
|
|
|
|
|
|
|
But seriously, this is only for me to keep track of stuff
|
|
|
|
|
|
|
|
```sh
|
|
|
|
npm i
|
|
|
|
npm i --only=dev
|
|
|
|
JACK_TOKEN="u thought" npm start
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Goals
|
|
|
|
|
|
|
|
- [X] Read Name
|
2020-06-15 14:33:49 +05:30
|
|
|
- [X] Read msgs
|
|
|
|
- [X] Deal with msgs
|
2020-06-14 18:25:10 +05:30
|
|
|
- [ ] Implement response bodies
|