Python script to automatically download from Zippyshare

Zippyshare downloader and Links Extractor Python script to automatically download from Zippyshare using Selenium package and Internet Download Manager. Download IDM from here for downloading multiple files. Run the main.py script after checking the Requirements preferrably in a virtual env. See features for usage examples. The Links will be saved in a text file which can then be imported to idm from: Tasks>Import>from text file Other option is set the START_DOWNLOADING variable to 1 in the config file which will […]

Read more

Programmatically search for/download imagery from live cam feeds across the state of California

california-live-cams A collection of modules that I have created to programmatically search for/download imagery from all publicly available live cam feeds across the state of California. In no way am I affiliated with any of these organizations and these modules/methods of gathering imagery are completely unofficial. Initially, I wanted to create a fire-detection engine using Haar-Cascade classifiers but due to each image containing a logo, the project requires further problem-solving. I hope these modules help someone else in the meantime! […]

Read more

Yahoo! Finance market data download with python

Yahoo! Finance market data downloader Ever since Yahoo! finance decommissioned their historical data API, many programs that relied on it to stop working. yfinance 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 a more Pythonic way: Note: yahoo finance datetimes are received as UTC. import yfinance as yf msft = yf.Ticker(“MSFT”) […]

Read more

Download videos from Youtube and other platforms through a Telegram Bot

ytdl-bot Download videos from YouTube and other platforms through a Telegram Bot. Usage: https://t.me/benny_ytdlbot Send link from YouTube directly to the bot. Any platform supported by youtube-dl will also work. fast download and upload. Many thanks to FastTelethon andJasonKhew96‘s contribution on this! ads free – I’ll never send ads to you, also I don’t even print logs that will identify you.So feel free to download any type of video from any website. support progress bar Normal clone code and update […]

Read more

A console application which takes an Anime name or URL and downloads the specified range of episodes

super-anime-downloader A console application written in Python3.x (GUI will be added soon) which takes a Anime Name/URL as input and downloads the range of episodes you specify. Supported Platforms: Instructions for Android: pkg update termux-setup-storage pkg install python git aria2 pip install requests bs4 cd /sdcard ls git clone https://www.github.com/ali-sajjad-rizavi/super-anime-downloader Everytime you need to download Anime episodes, you must open Termux and run these commands: cd /sdcard/super-anime-downloader python cli_downloader.py Enter anime name or URL and set the episode range. Anime […]

Read more

A lightweight Python library for downloading YouTube Videos

pytube pytube is a very serious, lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos. YouTube is the most popular video-sharing platform in the world and as a hacker you may encounter a situation where you want to script something to download videos. For this I present to you pytube. pytube is a lightweight library written in Python. It has no third party dependencies and aims to be highly reliable. pytube also makes pipelining easy, allowing you to […]

Read more

Download all Snapchat video & photo memories with python

Snapchat “Memories” Fetcher In compliance with the California Consumer Privacy Act of 2018 (“CCPA”), businesses which collect and store user data must allow customers the ability to request data the company has collected about the requesting user: “… you may ask businesses to disclose what personal information they have about you and what they do with that information, to delete your personal information and not to sell your personal information. You also have the right to be notified, before or […]

Read more
1 2 3