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

mackuba/etherium_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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