Remove .py ext. and place them into /usr/bin to use from your terminal
- hackernews-scrap.py — script to scrap hackernews website (the main page / by date).
Prints posts into terminal and stores them in
./hn.db(check--dbflag) - 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)