Giter VIP home page Giter VIP logo

darkweb's Introduction

DarkWeb

IMG_20230119_011431_335

Python Version Issues Forks Stars Contributors Repository Size Docker Pulls DeepSource

Disclaimer

️                       ⚠️ WARNING FOR YOU ️ ️⚠️
   DarkWeb is used to help your account activities on Telegram
   We are not responsible for what you misuse in this repository
   !  Be careful when using this repository!
   If one of the members misuses this repository, we are forced to ban you
   Never ever abuse this repository

How to make a module

  • try example use test.py
import asyncio
from pyrogram import Client as ren
from pyrogram.types import *
from pyrogram import Client
from DarkWeb.helper.misc import *
from DarkWeb.helper.cmd import *
from pykillerx.help import *
from pykillerx.helper.basic import *
from pykillerx.helper import *


@ren.on_message(filters.command("test", cmd) & filters.me)
async def test(client: Client, message: Message):
    await client.send_message(message.chat.id, "Hello World")

add_command_help(
    "test",
    [
        ["test", "Hello World"],
    ],
)

Deploy to Heroku [FORK]

Deploy to Heroku

https://heroku.com/deploy?template=your_repo_here

Tutorial VPS

Rendy@Ubuntu~ $ sudo apt update && sudo apt upgrade -y && sudo apt-get install -y curl git npm screen ffmpeg && sudo apt-get install python3-pip -y
Rendy@Ubuntu~ $ git clone https://github.com/TeamKillerX/DarkWeb && cd DarkWeb
Rendy@Ubuntu~ $ pip3 install -r req *
Rendy@Ubuntu~ $ cp sample_config.env config.env
Rendy@Ubuntu~ $ nano config.env
Rendy@Ubuntu~ $ screen -S dark 
Rendy@Ubuntu~ $ python3 -m DarkWeb

# ctrl a + d 

Heroku Manual Linux

Rendy@Ubuntu~ $ git clone example-app
Rendy@Ubuntu~ $ cd example-app
Rendy@Ubuntu~ $ heroku login
Rendy@Ubuntu~ $ heroku create --region eu appname # create app in eu region, common regions: eu, us
Rendy@Ubuntu~ $ heroku buildpacks:set heroku/python # set python buildpack
Rendy@Ubuntu~ $ git push heroku master # deploy app to heroku
Rendy@Ubuntu~ $ heroku config:set EXAMPLE_BOT=123456789 # set config vars, insert your own
                ...
Rendy@Ubuntu~ $ heroku ps:scale example=1 # start bot dyno
Rendy@Ubuntu~ $ heroku logs --tail # If for some reason it’s not working, check the logs
Rendy@Ubuntu~ $ heroku ps:stop example # stop bot dyno

Installling

pip3 install pykillerx

License

Copyright (C) 2020 - 2023 TeamKillerX

Project DarkWeb is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Credits

Library

Donation

Donate

darkweb's People

Contributors

xtsea avatar deepsource-autofix[bot] avatar deepsourcebot 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.