Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (12 loc) · 732 Bytes

README.md

File metadata and controls

27 lines (12 loc) · 732 Bytes

Etherium Bot

This script runs a Reddit bot which replies to all comments that misspell "Ethereum" as "Etherium", saying how it should be spelled correctly :)

Installation

The code requires the praw module for connecting to the Reddit API, so install it first:

pip3 install praw

Configuration

To connect to the Reddit API as the bot user, you need to provide a praw.ini file with the necessary configuration. Use the included praw.ini.example file as the template.

Running the bot

To run the bot, call:

python3 etherium_bot.py

Credits & contributing

Copyright © 2019 Kuba Suder. Licensed under WTFPL License.