/usr-bin

python scripts and console tools to make life easier

Primary LanguagePython

Useful tools and scripts

Remove .py ext. and place them into /usr/bin to use from your terminal

Files:

  • hackernews-scrap.py — script to scrap hackernews website (the main page / by date). Prints posts into terminal and stores them in ./hn.db (check --db flag)
  • video_trimmer.py - the script trims videos and extracts audio (mode="a") using specific .txt file with the following structure: FILENAME;STARTFROM;LENGTH (ffmpeg is required)