jeudesprits / tg-time

tg-time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ— Setup

  1. First of all need compile TDLib (Telegram Database library). Go to this repo
  2. Clone this repo: git clone https://github.com/jeudesprits/tg-time
  3. Go to folder: cd tg-time
  4. Create lib folder: mkdir lib and copy your libtdjson.{so/dylib} file here
  5. Build docker container: docker build --tag=jeudesprits/tg-time .
  6. Run docker container:
docker run -it -e "NODE_ENV=production" --name "tg-time" jeudesprits/tg-time:latest
  1. Answer the questions(phone number and secret code)
  2. Press Control+P Control+Q
  3. PROFIT!

πŸ‘¨β€πŸ’» Author

jeudesprits

About

tg-time


Languages

Language:TypeScript 61.2%Language:Dockerfile 38.8%