/discord-astro-bot

A tiny bot that reads a sky image and sends it to Astrometry.net. It waits and then shows in the chat the result image with labels indicating sky objects and constellations

Primary LanguagePython

Setup

  • Install virtual environment: pip3 install virtualenv
  • Create venv python3 -m virtualenv venv
  • Activate it source venv/bin/activate
  • Install dependencies pip3 install -r requirements.txt
  • Paste keys into .env
  • ? Exit venv: deactivate

Run

  • Use virtual environment source venv/bin/activate
  • Use keys source .env
  • Run in background detached from shell nohup python3 code/main.py &