-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings_and_usage.html
More file actions
95 lines (86 loc) · 4.41 KB
/
Copy pathsettings_and_usage.html
File metadata and controls
95 lines (86 loc) · 4.41 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!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 - Settings and usage</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">Settings and usage</h1>
<h2>Getting started</h2>
<p align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/SW_Bkl-mPl8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<h2>Inspiration</h2>
<p>Today people are more connected than ever so there are no excuses for not to congratulate someone or for remember an special date to someone sending a message. So what's wrong? Why we need this bot? What it does?</p>
<p>The answer is simple: how many times have you thought about texting someone to either congratulate them on their birthday, send them a hug, and say hello at Christmas parties... and finally forgot?
If you are human, the answer should be "ever". So let's talk about what it does.</p>
<h2>What it does</h2>
<p>Bot My Calendar is a "simple" bot that allows you not to forget to send any message to your loved ones. In essence, Bot My Calendar sends the message you want through the social network you decide (from among those supported in the current version) *.
You just have to specify the message, to whom and when you want it to be sent: which would be simply adding a calendar event.</p>
<p><em>Supported social network messages: Discord</em></p>
<h2>Getting started</h2>
<h3>Usage:</h3>
<ul>
<li>Install dependencies</li>
</ul>
<pre><code>pip <span class="hljs-keyword">install </span><span class="hljs-keyword">schedule </span><span class="hljs-keyword">discord</span>
</code></pre><ul>
<li>Enter Google API (secret.json) and Discord bot (disctoken.txt) token keys</li>
<li>Execute the program</li>
</ul>
<pre><code><span class="hljs-keyword">python</span> main.<span class="hljs-keyword">py</span>
</code></pre><h2 id="how-we-built-it">How we built it</h2>
<p>We built the bot using pyhton and some APIs as GoogleCalendarAPI...</p>
<h2>Challenges we ran into</h2>
<p>IThinkUPC Challenge
UPC Challenge</p>
<h2>What we learned</h2>
<p>We have learned a <strong>LOT</strong>!!! This inmersive project has been a change in our way of thinking and facing challenges. We made team and we worked to a common goal. It has been awesome.</p>
<h2>What's next for Bot My Calendar</h2>
<p>Soon Bot My Calendar will additionally support Discord: WhatsApp, Telegram, Twitter, Instagram, Facebook.
We are working on communication with companies so that they enable us APIs. With that, we would like to expand our services adding new messaging platforms.</p>
</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>