Download h3t4y for later read

Download 2ten for later read Tải 2ten về đọc thôi nào các bạn ơiiiiiiii! (Tải từ 2tenvn nhé) NEW UPDATE BELOW! Usage:python get_that_2ten.py New version is coming!!! What’s new: New function: Now can download a list of chapter. User provide the home link of comic/manga (which is including every chapter of it) –> Tool will scan and download every found chapter. Adding cút question 🙂 jk lol New update 28 Nov 21: New function: Download every manga/stories of a specific […]

Read more

Aline file downloader automator

Aline is used for donwloading files with google dorking , dowloading specified links such as dorks. Dependences: python3 installed pip install argparse pip install google How to use: To dork and download filetype files: Reading files and downloading contents: Dorking: This project is for educational porposes only! I do not support any illegal activities!. If any error in the program, talk to me immediatlyOBS: This tool works for linux only. GitHub View Github    

Read more

A project calculates current internet upload and download speeds

Project Description: In this project, are creating an internet speed calculator. Requirements: Following modules need to be installed for it to work properly: Tkinter: Tkinter is the standard GUI library for Python. Python when combined with Tkinter provides a fast and easy way to create GUI applications. Tkinter provides a powerful object-oriented interface to the Tk GUI toolkit. We will be using this for not-so-good GUI that i designed 🙂 Usually tkinter comes with the standard python installation. Incase you […]

Read more

A prometheus exporter for qBitorrent/Transmission/Deluge

A prometheus exporter for qBitorrent/Transmission/Deluge. Get metrics from multiple servers and offers them in a prometheus format. How to use it You can install this exporter with the following command: pip3 install downloader-exporter Then you can run it with downloader-exporter -c CONFIG_FILE_PATH -p 9000 Another option is run it in a docker container. docker run -d -v CONFIG_FILE_PATH:/config/config.yml -e EXPORTER_PORT=9000 -p 9000:9000 leishi1313/downloader-exporter Add this to your prometheus.yml – job_name: “downloader_exporter”    

Read more

A python open source Internet Download Manager with multi-connections

FireDM FireDM is a python open source (Internet Download Manager) with multi-connections, high speed engine, it downloads general files and videos from youtube and tons of other streaming websites .Developed in Python, based on “LibCurl”, and “youtube_dl”. Features: High download speeds “based on LibCurl” –See Speed test of: aria2 vs FireDM Multi-connection downloading “Multithreading” Automatic file segmentation. Automatic refresh for dead links. Resume uncompleted downloads. Support for Youtube, and a lot of stream websites “using youtube-dl to fetch info and […]

Read more

A command-line program to download media for python

onlyfans-scraper A command-line program to download media, like and unlike posts, and more from creators on OnlyFans. Installation You can install this program by entering the following in your terminal: pip install onlyfans-scraper If you’re on macOS/Linux, then do this instead: pip3 install onlyfans-scraper Setup Before you can fully use it, you need to fill out some fields in a auth.json file. This file will be created for you when you run the program for the first time. These are […]

Read more

Udemy Downloader with DRM support in python

udemy-downloader A Udemy downloader that can download DRM protected videos and non-DRM protected videos. Simple program to download a Udemy course, has support for DRM videos but requires the user to aquire the decryption key (for legal reasons). Windows is the primary development OS, but I’ve made an effort to support linux also. You would need to download ffmpeg, aria2c, mp4decrypt (from Bento4 SDK) and yt-dlp (pip install yt-dlp). Ensure they are in the system path (typing their name in […]

Read more

Yahoo! Finance-ng python3 / pandas market data downloader

yfinanceng Ever since Yahoo! finance decommissioned their historical data API, many programs that relied on it to stop working. yfinanceng aimes to solve this problem by offering a reliable, threaded, and Pythonic way to download historical market data from Yahoo! finance. Quick Start The Ticker module The Ticker module, which allows you to access ticker data in amore Pythonic way: import yfinanceng as yf msft = yf.Ticker(“MSFT”) # get stock info msft.info # get historical market data hist = msft.history(period=”max”) […]

Read more
1 2 3