A scrapy project for crawl IPTV playlist

a scrapy project for crawl IPTV playlist. Dependency Python3 pip install scrapy Usage Output Output playlist file is playlist.m3u. You should note that this file will be overwritten every time when you run spider. Customize You can customer the filter condition. Just edit the start_urls in ejatv.py Example: this url https://eja.tv/?limit=0&country=js&language=Chinese&category=&level=0&search= means channel from Japan, language is Chinese, and any category Avaliable parameters value are follow: Category

Read more

OSINT tools for website research

web-eyes: OSINT tools for website research, 14 research methods are available: HINFO: HTTP HEADERS SCANNER HSECURE: HTTP SECURITY HEADERS SCANNER WEBTECH: WEBSITE TECHNOLOGY LOOKUP WHOIS: WHOIS LOOKUP RWHOIS: REVERSE WHOIS LOOKUP IPHISTORY: IP HISTORY LOOKUP DNSLOOK: DNS RECORDS LOOKUP SUBDOMAINS: SUBDOMAINS SCANNER CERTFILE: CERTIFICATE LOOKUP IPLOOK: IP ADDRESS LOOKUP RIPLOOK: REVERSE IP ADDRESS LOOKUP RDNSLOOK: REVERSE DNS LOOKUP TCPSCAN: TCP PORTS SCANNER UDPSCAN: UDP PORTS SCANNER HINFO: HINFO [URL] => HINFO [https://example.com] HSECURE: HSECURE [URL] => HSECURE [https://example.com] WEBTECH: WEBTECH […]

Read more

Spotify API Driven Music Web app, that allows to listen and control and share songs

Just Music Is A Web APP That Allows Users To Play Song Using Spotify Main API And Spotify WebPlayback API. Users Can Invite Others And Let Them Listen To Listen To The Songs Using Room Code. Note :- Admin of Rooms Should Login With A Spotify Premium Account For Creating Room(Otherwise Won’t be Able To Listen And Enjoy The Functionality of APP) Not For Joining Rooms… Just.Music.mp4 Setup Instructions Install Required Python Modules pip install -r requirements.txt Start Web Server […]

Read more

A Python script made to automate the tidious job of mining on AlienWorlds

A Python script made to automate the tidious job of mining on AlienWorlds This script: Automatically logs in Automatically mines and claims AlienWorlds bot was made for educational purposes only, the developers and contributors do not take any responsibility for your WAX.io, AlienWorlds and, or Reddit accounts. Requirements Python 3.7 or greater Firefox browser Geckodriver Installed requirements.txt A Wax.io account Instalation guide Debian/Ubuntu Install dependencies sudo sh install-dependencies-debian.sh. Config edits Copy conf.json from example cp conf.json.example conf.json Change the username, […]

Read more

A small python program that reminds to take a water break every 15 minutes and a screen break every 30 minutes

A simple python program to remind user to take a water break every 15 minutes, and take a break from continuously looking at the screen every 30 minutes. Pre-requisites Download and install the latest python version from here. Install plyer using the command pip install plyer from the terminal. Run the program There are two commands that can be used to run the program from the terminal. The first command is python reminder.py . With this command the program will […]

Read more

A task scheduler with task scheduling, timing and task completion time tracking functions

Introduction A task scheduler with task scheduling, timing and task completion time tracking functions. Could be helpful for time management in daily life. You can get access to the whole project code from https://github.com/ArthurLCW/Task-Scheduler Installation Python + MySQL + pymysqlRecommanded Version:Python: 3.7MySQL: 5.7.30PyMySQL: 1.0.2 Initialization Use the sql file in the project to build a databse first.Connect to be database. Modify the parameters in the figure below.Type $python Task-Scheduler$ to execute project. Usage of the project (to be done) GitHub […]

Read more

Asynchronous Anisotropic Diffusion Algorithm

This is a demo for AAD algorithm. The subroutine of the anisotropic diffusion algorithm is modified from Mr. Michael Aye’s repository in https://github.com/michaelaye/pymars/blob/ca62a17c682f999c490cc0dbceb01433c385ced0/pymars/anisodiff2D.py.We have provided the code of Asynchronous-Anisotropic-Diffusion-Algorithm, and the Optics Express paper here, please access the data we used refer to https://github.com/BJTUSensor/AD-algorithm/blob/main/data.mat. Operating environment: Python 3.7 GitHub View Github    

Read more

Statistical Random Number Generator Attack Against The Kirchhoff-law-johnson-noise (Kljn) Secure Key Exchange Protocol

This project is an unofficial implementation of STATISTICAL RANDOM NUMBER GENERATOR ATTACK AGAINST THE KIRCHHOFF-LAW-JOHNSON-NOISE (KLJN) SECURE KEY EXCHANGE PROTOCOL. Not only the four attacks against KLJN scheme were implemented, but also a CTF challenge according to the attack was created. Make fun of it and issue (or PR :D) if there is any mistake. The four attacks include Bilateral attack demonstration utilizing cross-correlations between Alice’s/Bob’s and Eve’s wire voltages, currents and powers Bilateral attack demonstration utilizing cross-correlations among the […]

Read more

Learning project to create a websocket based client server messaging application

Learning project to create a websocket based client server messaging application with offline capabilities and automatic sync when online again. Features tbd Contribution Feel free to create an issue for bugs, feature requests, suggestions or any idea you have. You can also add a pull request with your implementation. We would be pleased to hear from your experience. License MIT GitHub View Github    

Read more

Spy Ad Network Detection With Python

Spy Ad Network Detection Jumps from link to link to access a site’s entire background network. You can analyze this network of connections you have obtained.You can search for all these background network connections in lists. This way, you can find out if these links are on a spy and advertising network.

Read more
1 26 27 28 29 30 49