Giter Club home page Giter Club logo

frt1's Introduction

Logo

Disclaimer

THIS SOFTWARE IS PROVIDED FOR EDUCATIONAL USE ONLY!

IF YOU ENGAGE IN ANY ILLEGAL ACTIVITY, THE AUTHOR IS NOT RESPONSIBLE FOR THIS AND FOR POSSIBLE ACCOUNT BLOCKING.

THE AUTHOR DOES NOT PUBLISH ANY IP ADDRESSES AND DOES NOT INVITE ANY ILLEGAL ACTIONS. ALL AT YOUR OWN RISK.

BY USING THIS SOFTWARE, YOU AGREE TO BE BOUND BY THESE TERMS. I WARNED YOU.

Contents

Main information

Features

  • Web interface (Dark and light theme, WOOOW)
  • Ability to import an account using all popular methods
  • Ability to select random or specific accounts to perform the function
  • Ability to export account as TData
  • Convenient account setting (Basic data and profile photo)
  • Possibility to get a code from a telegram on the site
  • Ability to configure global proxies and personal proxies for each account
  • Ability to add your own list of account names
  • Live logs with the ability to save them
  • And many other small features

Api ID and Api hash

You can find instructions on how to get an Api ID and Api hash here

Default credentials

By default, the website is launched on port 8080 but you can change this

Login: root
Password: roottoor

Supported methods for adding an account

  • Phone number (Will automatically create an account if it does not exist)
  • Session file (Pyrogram and Telethon)
  • Session string (Pyrogram)
  • QR Code
  • TData

Functions

  • Join groups
  • Leave groups
  • Reaction raid
  • Spam chat
  • Spam chat by channel
  • Spam comments
  • Spam comments by channel
  • Spam PM
  • Vote poll
  • Suggest a function

How run

Deploy on Railway

Docker compose

  • Install docker and docker-compose
  • Create file docker-compose.yml
# docker-compose.yml
version: "3.9"
services:
  botnet:
    container_name: frt
    image: dionis1902/frt:latest
    restart: always
    volumes:
      - ./data:/data
    ports:
      - '8080:80' # any_port_you_like:8080
    depends_on:
      postgres:
        condition: service_healthy
    environment:
      DATABASE_URL: postgresql://root:secret_password@postgres/data

  postgres:
    container_name: postgres_container
    image: postgres:latest
    restart: always
    volumes:
      - ./data/postgres_data:/var/lib/postgresql/data
    environment:
      POSTGRES_DB: data
      POSTGRES_PASSWORD: secret_password
      POSTGRES_USER: root
    healthcheck:
      test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]
      interval: 5s
      timeout: 5s
      retries: 5
  • Run commands
$ docker-compose pull
$ docker-compose run -d

Docker compose local

  • Install docker and docker-compose
$ git clone [email protected]:Dionis1902/FRT.git
$ cd FRT
$ docker-compose build
$ docker-compose run -d

Python

  • Install Python 3.10+
$ git clone [email protected]:Dionis1902/FRT.git
$ cd FRT
$ python -m venv env

### Linux 
$ source env/bin/activate
$ export DATABASE_URL=postgresql://root:[email protected]/data

### Windows
$ .\env\Scripts\activate
$ set DATABASE_URL=postgresql://root:[email protected]/data 

$ pip install -r requirements.txt

$ python main.py
OR
$ uvicorn main:app --host 0.0.0.0 --port 8080

Screenshots

Screenshots of pages

Coming soon

  • Live functions (For example, to automatically write comments under new posts)
  • Phishing link
  • Integration with ChatGPT or/and Dialogflow
  • Ability to write custom functions by visual programing like scratch

Say thank you me

USDT (ERC20) : 0xB8314551f0633aee73f93Ff4389629B367e59189

USDT (TRC20) : TYJmX4R22NmSMBu7HWbwuwRr7TW9jN5az9

BTC : bc1q3jgp25rc8qtzx0fwd9ltpy45yv05hphu7pvwla

ETH : 0xB8314551f0633aee73f93Ff4389629B367e59189

BNB (Smart Chain) : 0xB8314551f0633aee73f93Ff4389629B367e59189

frt1's People

Contributors

railway-bot avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.