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

A Reddit bot that identifies submissions containing pictures of rock climbing routes and publishes comments with information about the corresponding route that is scraped from Mountain Project.

Notifications You must be signed in to change notification settings

sethepeterson/reddit-climbing-route-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Climbing Route Bot

Language grade: Python Total alerts
A Reddit bot that identifies submissions containing pictures of rock climbing routes and publishes comments with information about the corresponding route that is scraped from Mountain Project.

Dependencies

Execution

To execute the script you must sign up for a Reddit API account. Then create a text file that holds the API account credentials named "reddit_api_credentials.txt". The credentials file must be located in the repository's parent directory. In other words, put it in the same directory that the "climbing-route-bot" directory is in.

The file must be in the format:

<1> <2> <3> <4> <5>

With the passholders replaced by:

  1. client ID
  2. client secret
  3. username
  4. password
  5. user agent

Example:

LVpgepkZY8W9kb 834ts3692jIxsRQO0_qH_Vq6zeG20 YourUserName YourPassword YourUserAgent

After this is completed, execute ClimbingRouteBot.py.

Results

Submission

Submission Example

Comment

Comment Example

About

A Reddit bot that identifies submissions containing pictures of rock climbing routes and publishes comments with information about the corresponding route that is scraped from Mountain Project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages