Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 501 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 501 Bytes

Private Directory

The private directory which contains stuff you guys shouldn't know like usernames and passwords. Though I will give you the contents of them since they are required for running @channel.

mongoClientConnection.py

from pymongo import MongoClient

class MongoClientConnection:
	def __init__(self):
		self.connection = MongoClient("<MongoDB URI>")

captchasecret.py

class captcha:
	def __init__(self):
		self.secret = "super secret key sssshhhhhhhhhhhh"