python

  1. Born_Loard

    Need Python code help

    When I run this code, it opens with the Chrome browser. However, I want it to open with the Brave browser. If anyone can help me with this it is much appreciated, please help. The code is as follows: import os import time import random import spintax import requests import config import numpy...
  2. Q

    Tiktok automatisation

    Good afternoon, I need a software that automates an android (possibly iPhone) phone to register and fill out ticktock accounts In brief: 1. The software resets the phone to factory settings 2. After the reset, it customizes the phone according to certain parameters (geo, language, network and so...
  3. Bozuyuk

    what's new in chatgpt 4.0

    i'm wondering about the innovations of chatgpt 4.0, what is the difference between it and 3.5?
  4. Born_Loard

    Download torrent files using python

    Downloading torrent using Utorrent or Bittorrent is quite easy. But for any reason if you want to download torrent using codding then this thread is for you. In this post I am using google colab to download torrent file directly to my google drive so downloading speed will be faster. So first...
  5. D

    how do i get my js code and py script to talk to each other so proxy works

    #!/usr/bin/env node 'use strict'; var net = require('net'), tls = require('tls'); var HTTPParser = process.binding('http_parser').HTTPParser; var http = require('http'), https = require('https'); var url = require('url'); function main() { //convert `-key value` to cfg[key]=value var cfg =...
  6. B

    [NEED]Python Request EBOOK or HELP to learn it

    hey, im new to python and would say im okey with it, but now i want to make something like an "checker", and i heard about something called csrf or csf?, and now i would like to ask if anyone know a good ebook or can help me.
  7. A

    How to extract linkedin companies URL from linkedin search using python

    I'm trying to scrap company's profile URL from a LinkedIn search but I got "not found". Every things worked well in my code here it is: import requests import csv import time import numpy from bs4 import BeautifulSoup from time import sleep from selenium import webdriver import pandas as pd...
  8. B

    Marketpalce FB spamer

    Does anyone know how to make a spammer for products on Facebook.o_O Clicks on a product - the button send - closes - goes to the next one. (and so on, for example, 50 pieces) Preferably to make it look like a person is doing it.
  9. lovepreet

    [FREE] People Also Ask (PAA) 50 Q&A CSV

    Hey BlackHatWorld Community! I've benefited a lot from this forum and now it's my time to give back. I'm offering FREE People Also Ask (PAA) for your SEO and content needs. What You Will Get 50 Top PAA Questions: Questions related to your chosen keyword(s). Answers Snippet: A quick snippet...
  10. dillywilly

    looking for a simple picture multiplier tool /script to avoid duplicate detection

    Hello i know this tool / python script has been around the forum but i cannot seem to locate it im looking for a simple tool that changes images to be unique with the multiple image changer tool Adds Frames crops image changes size changes date changes year random name let me know kindly...
  11. S

    im software engineer , focused on reverse engineering

    hi , im 7 years experience developer , who loves creating value ! i love reverse engineering , building useful softs and. currently working on instagram and built email and sms registration + all new endpoints and features for instagram i had experience in building and maintaining SaaS , big...
  12. rocksgabbar

    Python developer who can create or modify a Multithread YouTube livestream bot.

    Looking for a Python developer who can create or modify a Multithread YouTube livestream bot. The task is to create a bot that can manage 5,000+ threads (windows) concurrently to watch the YouTube livestream. Since one IP address won't be enough, the bot needs to switch between proxies to make...
  13. B

    Looking for somebody who can create an AI API Chatbot

    Hey guys! ) I’m looking for somebody who can create an AI API Chatbot using LangChain in combination with chatgpt or any other LLM’s and deploy it on a website (and show me how to set it up). Let me know if this is your field and you can make this happen :) I will describe it in more...
  14. N

    Is there a way to scrape every Google index?

    Currently I want to publicize a database from a company. all their data is public, but to guess every valid url would be 1x10^83 possible options. So i had the bright idea of doing "site:the url" for that website. This info is denied from the companies API so i thought well if i get every google...
Back
Top