/reddit-makegist-bot

Reddit Bot which allows users to create Github gists from a Reddit Comment

Primary LanguagePython

Makegist Reddit Bot

Makegist Reddit Bot /u/makegist is a Reddit Bot which allows users to create Github gists from a Reddit Comment. This allows anyone to easily download the code as a gist file directly from your terminal.

This is especially useful in subreddits such as /r/dailyprogrammer which have a lot of code samples which you might want to test.

To summon the bot, add a line to your own comment or reply to a comment which has code in it :

_**+/u/makegist [filename.ext]**_ where filename is the name you want to give to the gist file and ext the extension.

Todo

  • Add update and delete/remove actions
  • Add multi file support

The bot in action

To view examples of the bot, simply checkout his user profile. (/u/makegist)

Built With

  • PRAW - The Python Reddit API Wrapper

License

This project is licensed under the MIT License - see the LICENSE.md file for details