Twittershadowban - Twitter Shadowban Tests


One-page spider web app, testing Twitter users for conventional too QFD shadowbans.

Setup
Browser compatibility needs transpiling. Nothing fancy, simply the commons babel magic.
git clone https://github.com/shadowban-eu/TwitterShadowBanV2 && cd TwitterShadowBanV2 npm install
Since nosotros are using a php backend for asking proxying, yous volition besides quest PHP. The quaff script uses php-cli's webserver.
[Debian]
apt-get install php7.2-cli
Finally, role the default quaff chore to get-go the php-cli webserver too watching for file changes.
npm start

Deploy
Run npm get-go build! This creates an uglified script packet too uses minified versions of tertiary political party scripts. Then re-create dist/'s content to your server_root.

Misc
Checking for running server (the PID differs, of course)
pgrep php -f > 20748 php -S localhost:8080 -t ./dist/
If yous quest to run the php-cli webserver on some other port, yous volition convey to alter it manually inwards gulpfile.babel.js, somewhere or too then trouble 72.
  const args = ['-S', 'localhost:8080', '-t', './dist/'];