Skip to content

Subscribe to get alerts when Resident Advisor tickets come available on resale.

License

Notifications You must be signed in to change notification settings

joshcarty/ra-resale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RA Resale Ticket Alerts

Get alerts when Resident Advisor tickets become available on resale.

https://ra-resale.appspot.com/

Preview

Screenshot

Quickstart

Installation

$ git clone https://github.com/joshcarty/ra-resale
$ cd ra-resale
$ pip install -r requirements.txt

Configure

export EMAIL_HOST=''
export EMAIL_HOST_PASSWORD=''
export EMAIL_HOST_USER=''
export DATABASE_NAME=''
export DATABASE_USER=''
export DATABASE_PASSWORD=''
export DATABASE_HOST=''
export PROJECT_SECRET=''

Running

$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver

Project

LICENSE
├── README.md
├── alerts
│   ├── __init__.py
│   ├── admin.py
│   ├── apps.py
│   ├── forms.py
│   ├── migrations
│   ├── models.py
│   ├── static
│   ├── templates
│   ├── tests.py
│   └── views.py
├── app.yaml
├── cron.yaml
├── manage.py
├── requirements.txt
├── resale
│   ├── __init__.py
│   ├── settings.py
│   ├── urls.py
│   └── wsgi.py
├── screenshot.png
├── setup.sh
└── static
    ├── admin
    └── alerts

About

Subscribe to get alerts when Resident Advisor tickets come available on resale.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages