Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 509 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 509 Bytes

THE "NEXTJOB" BOT

easy to find a job by typing the bot username follow by job position

How to Install

make sure that in your os has been instaled golang and check the instruction bellow:

  1. open terminal and run go mod download
  2. create loca.env file or export environment
  3. run go run server.go

Environment

  • BOT_API (required)
  • REDIS_HOST (default: localhost:6379)
  • REDIS_PASS (optional: if needed)
  • REDIS_DB (default: 0)
  • SHOWCASE_API (optional)
  • PRODUCTION (default: false)