All Projects → kbohinski → Chronicel

kbohinski / Chronicel

Licence: mit
Our super sweet hacker management system, built for HackTCNJ 2017+ | Used by [email protected] 2018!

Programming Languages

python
139335 projects - #7 most used programming language
js
455 projects

Projects that are alternatives of or similar to Chronicel

registration
✏️ Hackathon registration server
Stars: ✭ 60 (+233.33%)
Mutual labels:  hackathon, registration
Hrshell
HRShell is an HTTPS/HTTP reverse shell built with flask. It is an advanced C2 server with many features & capabilities.
Stars: ✭ 193 (+972.22%)
Mutual labels:  flask, hacking
Registration
Powerful and extensible registration system for hackathons and other large events
Stars: ✭ 29 (+61.11%)
Mutual labels:  hackathon, registration
hackerAPI
🐓 API for registration, live-site
Stars: ✭ 20 (+11.11%)
Mutual labels:  hackathon, registration
Ethical Hacking Tools
Complete Listing and Usage of Tools used for Ethical Hacking
Stars: ✭ 272 (+1411.11%)
Mutual labels:  hackathon, hacking
Quill
📝 Registration, for hackathons!
Stars: ✭ 390 (+2066.67%)
Mutual labels:  hackathon, registration
Enferno
A Python framework based on Flask microframework, with batteries included, and best practices in mind.
Stars: ✭ 385 (+2038.89%)
Mutual labels:  hackathon, flask
Trape
People tracker on the Internet: OSINT analysis and research tool by Jose Pino
Stars: ✭ 6,753 (+37416.67%)
Mutual labels:  flask, hacking
Flask Sqlalchemy Booster
Collection of utilities and decorators which add extensive querying and serializing capabilities to Flask SQLalchemy models
Stars: ✭ 5 (-72.22%)
Mutual labels:  flask
Jsql Injection
jSQL Injection is a Java application for automatic SQL database injection.
Stars: ✭ 891 (+4850%)
Mutual labels:  hacking
Never Blink
👀Blink and lose.
Stars: ✭ 802 (+4355.56%)
Mutual labels:  flask
Torbot
Dark Web OSINT Tool
Stars: ✭ 821 (+4461.11%)
Mutual labels:  hacking
Knowledgebase
Knowledge is Power
Stars: ✭ 17 (-5.56%)
Mutual labels:  hackathon
Chinese Dos Games Web
🌐 Source code of https://dos.zczc.cz
Stars: ✭ 816 (+4433.33%)
Mutual labels:  flask
Slicergitsvnarchive
Multi-platform, free open source software for visualization and image computing.
Stars: ✭ 896 (+4877.78%)
Mutual labels:  registration
Pi Pwnbox Rogueap
Homemade Pwnbox 🚀 / Rogue AP 📡 based on Raspberry Pi — WiFi Hacking Cheatsheets + MindMap 💡
Stars: ✭ 798 (+4333.33%)
Mutual labels:  hacking
Hacker Roadmap
📌 Your beginner pen-testing start guide. A guide for amateur pen testers and a collection of hacking tools, resources and references to practice ethical hacking and web security.
Stars: ✭ 7,752 (+42966.67%)
Mutual labels:  hacking
Fullstack Flask Vuejs Argon Design
Flask Vuejs - Built with Automation Tools | AppSeed App Generator
Stars: ✭ 18 (+0%)
Mutual labels:  flask
Hackathon Packing List
📋 Hackathon Packing List - A Handy Guide
Stars: ✭ 17 (-5.56%)
Mutual labels:  hackathon
Fuse
A simple file sharing web service in Vue.js and Flask
Stars: ✭ 7 (-61.11%)
Mutual labels:  flask

chronicel

Our super sweet hacker management system for HackTCNJ 2017 & 2018!

chronicel is a simple and minimal registration system made for HackTCNJ. It provides both hackers and organizers everything they need all in one place. HackTCNJ is a smaller, more personal hackathon, so we have no need for hacker applications, team registration, or reimbursement.

HackTCNJ 2017 Logo

Hacker's view:

Hacker page

Organizer's view:

Admin page Options page

We wanted to provide our hackers the best registration experience we could.

It also has a really nice system for organizers to work with MyMLH, this is what we would really love for others to build upon!

Used By:

Let us know if you are using chronicel! Add yourself to this list with a PR!

Design Requirements:

  • Realtime Registration Updates
  • Automatic Waitlist Management
  • MyMLH Integration
  • Resume Collection
  • Mailchimp Integration
  • Administrative Dashboard
  • Check In
  • Hacker Self Service ('Day Of' Dashboard, Update Info, Drop Application, Contact, View Past Emails)
  • Error Reports & Metrics
  • Slack Notifications for Organizers

Setup:

  • git clone https://github.com/kbohinski/chronicel.git && cd chronicel
  • pip3 install -r requirements.txt
  • Fill in all config files!
  • Database:
python3
from flask_app import db
db.create_all()
  • Automatic waitlist management setup: Setup your favorite cron like tool to run python3 manage_waitlist.py nightly!
  • python3 flask_app.py
  • 🎉 🔥 🙌 💃 👌 💯
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].