Skip to content

A server that listens to messages from multiple Telegram channels and keeps record of crypto alpha the same way a human would by using AI.

Notifications You must be signed in to change notification settings

Zeusmist/alphacompiler

Repository files navigation

17344324379711370687619556677156

Pre-requisites

  1. Setup PostgreSQL database
  1. Setup Redis

Environment Setup

  1. Copy the .env.example file to .env and fill in the required values.
  2. Create a Python virtual environment: python3 -m venv env
  3. Activate the environment: source env/bin/activate
  4. Install dependencies: pip install -r requirements.txt
  5. Make sure the service starter has execute permissions:

Note: After installing any new dependencies, update the requirements.txt file: pip freeze > requirements.txt

chmod +x service_starter.py

Running the Service

dev

python run_with_restart.py

prod

python main.py

About

A server that listens to messages from multiple Telegram channels and keeps record of crypto alpha the same way a human would by using AI.

Topics

Resources

Stars

Watchers

Forks

Languages