https://github.com/shugabuga/ibootie
The basis of the Tech Support bot /u/iBootie on /r/jailbreak
https://github.com/shugabuga/ibootie
Last synced: about 1 month ago
JSON representation
The basis of the Tech Support bot /u/iBootie on /r/jailbreak
- Host: GitHub
- URL: https://github.com/shugabuga/ibootie
- Owner: Shugabuga
- Created: 2015-11-14T19:04:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-15T00:43:38.000Z (over 10 years ago)
- Last Synced: 2025-01-08T06:57:14.986Z (over 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iBootie
The basis of the Tech Support bot /u/iBootie on /r/jailbreak
##Setting Up the Bot
This guide assumes you have **Linux**, but you can still use this script on Mac OS X or Windows
1) Download this project, using Git or otherwise.
2) Create a new Reddit account for your bot and earn more than 10 Link Karma. **Directly asking for Karma is against Reddit rules**, so just post something intresting on /r/FreeKarma, such as a picture of Vault-Boy.
3) Run this in Terminal: `sudo apt-get install python && sudo apt-get install python-pip && pip install praw`. It will install everthing you need. If you are prompted to put in your password, do so.
4) Replace the text in 'singlequotes' to edit your settings, such as subreddits to run in, message to search for, and message to be replied.
5) Run `sudo crontab -e` in Terminal
6) Add this on a seperate line: `* * * * * cd /iBootie && python bot.py`. Replace "iBootie" to where you have your bot.py file.
7) Keep your computer running, and your bot will check for new posts every minute!
##License
This code is free-to-use, but the code is provided as-is without warantee.