| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
this is an simple tool for fun by using this tool you will be able to send messages, post comments continuously (nonstop) don't try to use it for taking revenge otherwise developer isn't responsible for any type of controversys, this tool contains a webview where you can see many options like-
====>> All features are explained below click on specific part which you wanna explore :-
click ☝️ to get more details about any features
📊 TOOL INFO
STEP 0 ==> Click on the star you'r seeing upper right corner, its not an deployment step, its appritiation for thr developer to keep adding new features.
STEP 1 ==> Click FORK BUTTON Bellow
Fork this repository with the same name ( SavingFromFormData ) do not change the name otherwise you'll face some dificuilties in deployment
STEP 2 ==> CONFIGURATIONS FOR NONSTOP (optional)
open the settings.json and edit the all details with currect details.
{
"your-password": "COMMING SOON SKIP IT",
"email": "replace with your e-mail (gmail)",
"name": "@mr Indian Hacker (replace with your name)",
"status": "on",
"custom_logger_status": "on",
"id": "00000000000000 (contact developer for your Connectify id and replace it || we are working to automate it)"
}
STEP 3 ==> CHOOSE DEPLOYMENT OPTIONS
This tool is desined for simple and single click deployments on several plateforms. i mentioned some plateforms, some of these provides free instance and don't need to add any payment methods like cards or some thing
Choose and click the option to see details :-
First of all you need an koyeb account of you don't have, click the SIGN UP TO KOYEB button Bellow and singn up to koyeb, make sure you will create an account using your originl gmail, using tempmail is not allowed in koyeb otherwise your account will be suspended on runtime
now i'm asumming that you have an koyeb account :-
click the DEPLOY TO KOYEB button bellow and fill up the form with your github username if u have otherwise you can continue by filling '
**hackesofice**
' in place of github user name.
click on the deploy button
scrall down and click again in deploy button
** now you have completed the all the deployment steps wait for 5-7 mints untill you are'nt seeing healty in place of starting **
###**DEPLOY OPTION 2 (RAILWAY)**
Click the button below to deploy to RAILWAY:###**DEPLOY OPTION 3 (RENDER)** Click the button below to deploy to Render:
ipsum lor dolorLorem dolorLorem ipsum dolor sit amet, consectetur adipisicing elit. Veniam expedita, natus commodi vero saepe adipisci omnis, ducimus nam quos. Ea sit officiis maxime similique cum velit ad provident alias est.
**DEPLOY ON REPLIT**
if you're trying to deploy first time on the termux you can simply copy all commands mentioned Bellow and paste them on termux, press y if its asks for y or n and press enter
pkg install python -y termux-setup-storage -y pkg install git -y cd /storage/emulated/0/ cd ~ pkg update && pkg upgrade rm -rf SavingFromFormData git clone https://github.com/hackesofice/SavingFromFormData.git cd SavingFromFormData pip install -r requirements.txt python main.py
next time if you wanna Start this server again you can simply copy and paste the commands 👇 on termux.
cd SavingFromFormData python main.py
your server will start shortly you can only wait until automatically chrome isn't opened remember don't close the termux app
**DEPLOY ON 7**
rm -rf SavingFromFormData pkg update && pkg upgrade pkg install python -y pkg install git git clone https://github.com/hackesofice/SavingFromFormData.git cd SavingFromFormData pip install -r requirements.txt start python main.py timeout /t 65 start http://localhost:5000
Follow these steps to deploy your bot to Bot-Hosting.net:
Sign In: Log in to Bot-Hosting.net using your Discord account.
Create a New Server:
Upload Your Bot Files:
if you are pro then manually download the zip, upload, unarchive move otherwise follow the next step
Click on files tab
click on Create file or New File
copy this and paste the text on that file
import subprocess
import os
import shutil
import json
bot_file_path = os.path.join("../", "bot.py")
repo_url = "https://github.com/hackesofice/SavingFromFormData.git"
repo_name = "SavingFromFormData"
destination = "./"
if os.path.exists(bot_file_path):
os.remove(bot_file_path)
else:
print("bot.py does not exist in the parent directory.")
subprocess.run(['git', 'clone', repo_url])
if os.path.exists(repo_name):
for item in os.listdir(repo_name):
source = os.path.join(repo_name, item)
destination_path = os.path.join(destination, item)
try:
if os.path.isdir(source):
shutil.move(source, destination)
else:
shutil.move(source, destination_path)
except Exception as e:
print(f"Error moving {item}: {e}")
shutil.rmtree(repo_name)
settings_file_path = os.path.join(destination, 'settings.json')
if os.path.exists(settings_file_path):
with open(settings_file_path, 'r') as f:
settings = json.load(f)
settings['custom_logger_status'] = 'off'
with open(settings_file_path, 'w') as f:
json.dump(settings, f, indent=4)
else:
print("settings.json not found in the cloned repository.")click on create file
put the file name ( bot.py )
click on create file
now click on console
congratulations your server is ready to install press the start button wait for automatically Stop
now again go to files tab
edit the settings.json file with your Connectify email and Password
now start again and now your server is gonna start bye bye 😛🤞
Set Startup Commands:
Install Dependencies:
Start Your Bot:
Note:- This tool is free to use, don't try to modify or claim it's yours.
© 2022 hackesofice all rights reserved
| Back | FazBrowse Home | New Git URL |