Commit Graph

16 Commits

Author SHA1 Message Date
Brian S. Stephan fa18533667 document our requirements.in files 2018-01-09 09:41:03 -06:00
Brian S. Stephan e8825cb763 add aiohttp explicitly, for an API server 2018-01-09 09:37:45 -06:00
Brian S. Stephan 2d25fbd468 .gitignore .log files 2018-01-08 16:33:21 -06:00
Brian S. Stephan cc5dc94ea8 add the forecast command to weather module 2018-01-08 16:32:29 -06:00
Brian S. Stephan 114df6fd1b add weather module, for reporting the weather
stolen from dr.botzo
2018-01-08 16:30:20 -06:00
Brian S. Stephan f3171e22a4 add requests to requirements, for wunderground 2018-01-08 16:26:34 -06:00
Brian S. Stephan ca61d8ac04 roll simple and complicated dice
copy and paste of the dice module from dr.botzo, uses ply
2018-01-08 12:40:19 -06:00
Brian S. Stephan c7fb3d11e0 add ply (lex and yacc), for the dice module 2018-01-08 11:42:24 -06:00
Brian S. Stephan b41729bd06 .gitignore some lex/yacc stuff 2018-01-08 11:39:52 -06:00
Brian S. Stephan 3850595b14 add dice module, give it a !choose 2018-01-08 10:21:30 -06:00
Brian S. Stephan ef29f9f3e2 trivial whitespace change for pep stuff 2018-01-08 09:56:15 -06:00
Brian S. Stephan 1ef8318f67 start Django project, add basic Discord bot
doesn't do much other than connect, but the idea generally works, so
hooray?

now just to make sure i can actually use the decorator in other modules
properly
2018-01-08 09:30:31 -06:00
Brian S. Stephan 873476ad5d add Django to requirements 2018-01-08 09:20:56 -06:00
Brian S. Stephan b123221323 add basic requirements for discord.py and dev stuff 2018-01-03 00:17:46 -06:00
Brian S. Stephan 3802360548 .gitignore - ignore .idea/ 2018-01-03 00:16:46 -06:00
Brian S. Stephan 909efcbb6a Add README.md 2018-01-02 22:49:12 -06:00