Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 652 Bytes

File metadata and controls

14 lines (11 loc) · 652 Bytes

TwitterBot v1.1

based on Twitter Auto-Responder Bot by Daniel15

Introduction

TwitterBot takes the Twitter Auto-Responder Bot that was written using the PECL OAuth extension, and rewrites it to use abraham's Twitter OAuth API Wrapper.

Features

  • Replies to tweets that meet a certain criteria
  • Logs all tweets to make sure nothing is replied to twice
  • Available event log for debugging
  • Runs via command line (CLI)

##Update Updated to work with API 1.1 by AmgedOsman