Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 419 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 419 Bytes

Waheey Twitter Bot

Simple Twitterbot, that writes "WAHEEY" every hour.

Installation

Use git clone https://github.com/ExNG/waheey-bot.git to download the project and install python-twitter using pip install python-twitter

Auto Tweet

For the timing i use cron. crontab -e and append 0,30 * * * * python *path to .py file* >/dev/null this will trigger every 30