Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 858 Bytes

File metadata and controls

17 lines (13 loc) · 858 Bytes

[SUSPENDED] This project is suspended as Twitter updated their API and no free access available for actions like blocking users.

Report'n'Block App

App with interface for reporting (and blocking) of possible bot followers.

Demo: MicroApp by mkbodanu4

Installation:

  1. Upload code to your hosting / VPS
  2. Install composer dependencies: via ssh $ composer install or directly upload vendor folder with abraham/twitteroauth library.
  3. Add missing information scripts (Privacy Policy, Terms of Service)
  4. Rename config.sample.php to config.php and update all required configuration in it.
  5. Done

Make sure you added Privacy Policy (policy.php) and Terms of Service (terms.php) files before public use. Or you app will be restricted by platform (like me once).