Skip to content

PvP's bot to help people maintain a consistent reading habit

Notifications You must be signed in to change notification settings

pirataspinhal/reading_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReadingBot

Requirements

  • Elixir
  • PostgreSQL (or Docker)

Getting Started

To install Elixir refer to the official installation guide

To start postgres using docker, run:
docker run -e POSTGRES_PASSWORD=postgres -e POSTGRES_USER=postgres --name reading_bot_db postgres

Then create the database and migrate with: mix ecto.create && mix ecto.migrate

About

PvP's bot to help people maintain a consistent reading habit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages