Skip to content

Commit

Permalink
Initial commit 2, electric boogaloo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEnigmaBlade committed Jan 7, 2016
1 parent 57f99cf commit df3b963
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
@@ -1,2 +1,9 @@
# holo
![Holo, of course.](holo.png)

# Holo
New episode discussion bot for /r/anime.

## Requirements
* Python 3+ (targeting 3.5)
* requests
* PRAW
Binary file added holo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/holo.py
@@ -0,0 +1,7 @@
# The best waifu

def main():
pass

if __name__ == "__main__":
main()

0 comments on commit df3b963

Please sign in to comment.