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

mackuba/etherium_bot

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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.

Releases

No releases published

Packages

No packages published

Languages