Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Latest commit

 

History

History
74 lines (41 loc) · 1.61 KB

README.md

File metadata and controls

74 lines (41 loc) · 1.61 KB

RedditScrape: A general purpose reddit scraper

Downloads images, images from imgur, all types of gifs, and videos via youtube-dl.

Requirements:

praw , bs4 , youtube-dl

sudo apt-get install youtube-dl

sudo pip install praw

sudo pip install bs4

Run:

python redditScrape.py

Acad Grade: IITG Status detector

Shows your current course status.

Requirements - mechanize, Python 3.6

Steps:

virtualenv -p python3.6 venv

source venv/bin/active

pip install mechanize

python acadgrade.py


DRCalc: DR Calculator from GradeCards

Calculates Department Ranks from PDFs of Grade Cards and outputs a sorted CSV.

Requirements: pdfminer,slate

pip install pdfminer

pip install slate

Run:

python drcalc.py


Gif Maker: A HQ gif generator

Finds the scene related to the query and generates a HQ gif from it.

Requirements: ffmpeg, pysrt

pip install pysrt

GET ffmpeg

Run:

python gif_maker.py -q **query** -f **input video file** -s **input srt file** -o **output file**