From 03b23c535d428f4f92d7804f8bb9cf4e7c199103 Mon Sep 17 00:00:00 2001 From: hackzzzman <10bh01@scwalearner.org.uk> Date: Sun, 15 Dec 2019 13:20:22 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request configures this repository to be run on Repl.it. It adds a `.replit` configuration file and a Repl.it badge to the `README`. You can read more about running repos on Repl.it [here](https://docs.repl.it/repls/dot-replit), or view the Repl [here](https://repl.it/@bryanhodges05tr/Faitagram-2). --- .replit | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..f0993fa --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = " chmod +x faitagram && chmod +x setup.py" diff --git a/README.md b/README.md index d3a4e89..bf120c4 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,4 @@ Specific tutorial will be on NullByte, I would put a link after I make a tutoria How it works: This script uses selenium web driver, and Xvfb and pyvirtualdisplay to make the web driver invisible so you can keep doing work, this script also uses STEM as the proxy. +[![Run on Repl.it](https://repl.it/badge/github/Juniorn1003/Faitagram)](https://repl.it/github/Juniorn1003/Faitagram) \ No newline at end of file