-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcode_info.html
More file actions
69 lines (62 loc) · 2.37 KB
/
Copy pathcode_info.html
File metadata and controls
69 lines (62 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Bot My Calendar - Code information</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="shortcut icon" href="images/favicon.png">
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a href="index.html" class="title">Bot My Calendar</a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#three">What we do</a></li>
</ul>
</nav>
</header>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<h1 class="major">Code information</h1>
<p>In case you want to replicate this project you must create other files as <code>secret.json</code>, <code>token.json</code>,<code>discordToken.txt</code>... For security reasons we can't share this files.</p>
<h2>main.py</h2>
<script src="https://gist.github.com/BotMyCalendar/a73f82ce7404bac61ecc5af848f0fa97.js"></script>
</br>
<h2>googleCalendar.py</h2>
<script src="https://gist.github.com/BotMyCalendar/5e7e70a62991b01d64ebdc02f18b13c2.js"></script>
</br>
<h2>googleCalendar.py</h2>
<script src="https://gist.github.com/BotMyCalendar/38a1341aea068f5c12709186396fa3c1.js"></script>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li>© <a href="index.html">Bot My Calendar.</a> All rights reserved.</li><li>A <a href="https://live.hackupc.com/">HackUPC </a> project made by BotMyCalendar Team.</li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>