Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 767 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 767 Bytes

Work In Progress

Build

Development

  • run socat (redirect 8080 -> 80) socat TCP-LISTEN:80,fork TCP:127.0.0.1:8090 (needed for auth via telegram locally)
  • remove cookie for 127.0.0.1 (if not first run)
  • use live reload with air (https://github.com/cosmtrek/air): just run air
  • dump db: sqlite3 pb_data/data.db .dump > data.sql
  • dev bot: data-telegram-login="artemiyrobot"
  • prod bot verysmartdogbot
  • bot api key place in tgbot file

UI

ui