From 7ed12bc2d282b450d04798596f086c5dfdb0aae2 Mon Sep 17 00:00:00 2001
From: Cameron Rodriguez <rod.cam2014+dev@gmail.com>
Date: Sun, 18 Nov 2018 20:43:22 -0500
Subject: [PATCH] created main program and .gitignore files

---
 .gitignore  | 2 ++
 xkcd_alt.py | 4 ++++
 2 files changed, 6 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 xkcd_alt.py

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6ec526b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+# Dev files
+.vscode/
\ No newline at end of file
diff --git a/xkcd_alt.py b/xkcd_alt.py
new file mode 100644
index 0000000..b38e6b7
--- /dev/null
+++ b/xkcd_alt.py
@@ -0,0 +1,4 @@
+"""This is the XKCD Alt Text Bot.
+
+This bot checks once a minute for new Tweets from @xkcdComic. If one is found, it accesses the
+linked comic, extracts the image alt text, and Tweets it as a reply."""
\ No newline at end of file
-- 
GitLab