From ecdb823b08f22dda688e69cef708583e0ae65f17 Mon Sep 17 00:00:00 2001 From: undefined Date: Wed, 23 Sep 2020 19:15:57 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request adds a badge to the . This will allow users to easily run this repository in their browser, without having to set up an environment. You can learn more about Repl.it [here](https://repl.it). --- .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..ae9061e --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "run" \ No newline at end of file diff --git a/README.md b/README.md index 5540f7e..ee915af 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,4 @@ Tool uses TOR and rotating the ip address to avoid blocking. ### Donate! Support the authors: https://paypal.me/dhasirar +[![Run on Repl.it](https://repl.it/badge/github/dhasirar/instax)](https://repl.it/github/dhasirar/instax)