A simple telegram bot that takes a list of files sent by the user and returns them zipped

A simple telegram bot that takes a list of files sent by the user and returns them zipped. To be able to run the code you need to rename config.sample.ini to config.ini and fill out the needed credentials. session_dsn is the session name wanted. The bot uses dictionaries to save states so it’s not persistent between runs. The bot uses https://github.com/ukinti/garnet/ as the FSM. The storage type can be changed there. The bot saves files in a temp directory. The […]

Read more

Dictionary created to help train new users of Git and GitHub applications

Dicionário criado com o objetivo de auxiliar no treinamento de novos usuários dos aplicativos Git e GitHub. Ao digitar um comando do git, será apresentado seu respectivo significado, como mostra o gif abaixo Features ❗ 1ª Mensagem de saudação 2ª Escolha do usuário 3ª Apresentação do resultado Estrutura dos programas 📁 main.py – Contem a interação com o usuário logica.py – Contem a lógica de operação dicionario.py – Contem os dados base das palavras Como contribuir Você pode contribuir adicionando […]

Read more

A gmail brute force app created with python3

So this is my first app i created with python3 . if you guys download it im going to make a gmail brute force appit’s an md5 cracker and yeah i put a free simple wordlist on it so you can use it. if u wanna add another don’t worry just drag and drop it on the folder you installed,and if u want you can replace it with PassList.txt. Have fun cracking passwords! [*] JUST USE FOR ETHICAL HACKING. [*] […]

Read more

Tip Toi Dog With Python

Was ist dieses Projekt? Meine 5-jährige Tochter spielt sehr gerne das Quiz Wer kennt alle Hunde. Dabei interessiert sie sich gar nicht so sehr für die Details auf der Rückseite der Quizkarten, sondern hauptsächlich für die Hundenamen. Da sie aber noch nicht lesen kann, kann sie das Quiz nicht alleine machen. Da kam mir die Idee, den TipToi-Stift von Ravensburger dafür einzusetzen, dass sie das Spiel doch alleine spielen kann. Der Stift solltealso die jeweiligen Hundenamen vorlesen. Ich war zuversichtlich, […]

Read more

WhatsApp Crashing Tool v1.1

This is just for Educational Purpose WhatsApp Crashing tool using python 3 This was created using these modules os time hpcomt webbrowser How to Use. git clone https://github.com/E4crypt3d/WhatsAppCrashingToolv1.1.git cd WhatsappCrashingToolv1.1.py chmod +x WhatsappCrashingTool.py python3 WhatsappCrashingTool.py GitHub View Github    

Read more

YouPlay – A python based tool for downloading YouTube videos through its URL

YouPlay is a python based tool for downloading YouTube videos through its URL. It is capable to download videos from YouTube playlists too and can extract the audio file only from the video. It can read URLs from files and can download contents as per instruction. Requirements This is a python based file. So, to run this file you will require a python environment. Set-Up Step-1: Download the zip file or clone git clone https://github.com/nitin293/YouPlay.git Step-2: Install required modules cd […]

Read more

A Python (Django) Full Stack Application for shortening URLs

A Python (Django) Full Stack Application for shortening URLs. How to start Clone this repo onto your local machine Set up Python virtual environment Install dependencies with pip install requirements.txt Set up a postgres database or sqlite database. Run migrations using python3 manage.py migrate Run development server with python3 manage.py runserver The app will be served at http://127.0.0.1.8000/ Screenshots Login screen Register screen Url List screen Create a new url screen User List screen – only for authorized user GitHub […]

Read more

PoC of custom shaders for Piglet

This is a PoC for compiling Piglet fragment shaders using Mesa3D. You need to provide a compatible vertex shader, it’s needed because Mesa3D compiles both shaders at once. At most one sampler is currently supported. This a PoC and can break at any time. victim.c is loosely based on this EGL sample Dependencies Usage cd compiler make bash compile.sh vertex.glsl fragment.glsl output.bin # only outputs the fragment part for now GitHub View Github    

Read more
1 2 3 49