Skip to content

parin23/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Useful Scripts and Utils

This repo contains scripts which are used to automate stuff I regularly do. Feel free to use and improve upon them.

scrape-web.py

usage: scrape-web [-h] [--clist] [-w CITY]

options:
  -h, --help            show this help message and exit
  --clist               Get Upcoming Contest from Clist
  -w CITY, --weather CITY
                        Get Weather in Terminal

Install requirements

pip install requests
pip install beautifulsoup4
pip install dateutil
pip install tabulate

yt-play

Play YT videos in MPV

usage: Copy Youtube url and run this script. requires xclip yt-dlp

Releases

No releases published

Packages

No packages published