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.
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:
- client ID
- client secret
- username
- password
- user agent
Example:
LVpgepkZY8W9kb 834ts3692jIxsRQO0_qH_Vq6zeG20 YourUserName YourPassword YourUserAgent
After this is completed, execute ClimbingRouteBot.py.