/tg-time

tg-time

Primary LanguageTypeScript

🏗 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