All Projects → samj1912 → scripts

samj1912 / scripts

Licence: other
A collection of random scripts I coded up

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to scripts

subreddit-comments-dl
Download subreddit comments
Stars: ✭ 57 (+235.29%)
Mutual labels:  scraper, reddit
saveddit
Bulk Downloader for Reddit
Stars: ✭ 130 (+664.71%)
Mutual labels:  scraper, reddit
cat-message
Finds cat images/videos/gifs on reddit, sends them to my mom via applescript
Stars: ✭ 35 (+105.88%)
Mutual labels:  scraper, reddit
Media Scraper
Scrapes all photos and videos in a web page / Instagram / Twitter / Tumblr / Reddit / pixiv / TikTok
Stars: ✭ 206 (+1111.76%)
Mutual labels:  scraper, reddit
Skraper
Kotlin/Java library and cli tool for scraping posts and media from various sources with neither authorization nor full page rendering (Facebook, Instagram, Twitter, Youtube, Tiktok, Telegram, Twitch, Reddit, 9GAG, Pinterest, Flickr, Tumblr, IFunny, VK, Pikabu)
Stars: ✭ 72 (+323.53%)
Mutual labels:  scraper, reddit
Redditdownloader
Scrapes Reddit to download media of your choice.
Stars: ✭ 521 (+2964.71%)
Mutual labels:  scraper, reddit
Reddit Anti Gif Bot
A Reddit bot providing an mp4 link/mirror for gif submissions
Stars: ✭ 138 (+711.76%)
Mutual labels:  reddit, gif
Gifhub
📈 Create GIFs from user's GitHub activity graph
Stars: ✭ 17 (+0%)
Mutual labels:  scraper, gif
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (+364.71%)
Mutual labels:  scraper, reddit
RedditExtractor
A minimalistic R wrapper for the Reddit API
Stars: ✭ 58 (+241.18%)
Mutual labels:  scraper, reddit
OpticalIllusions
Some Python code to reproduce a nice optical illusion found on the web.
Stars: ✭ 16 (-5.88%)
Mutual labels:  gif
godot-gdgifexporter
Gif exporter for Godot made entirely in GDScript
Stars: ✭ 85 (+400%)
Mutual labels:  gif
PixelShape
Pixel editor that comes in handy when creating pixel art images and animations
Stars: ✭ 29 (+70.59%)
Mutual labels:  gif
PyScholar
A 'supervised' parser for Google Scholar
Stars: ✭ 74 (+335.29%)
Mutual labels:  scraper
top-of-reddit
Top Reddit posts every day.
Stars: ✭ 22 (+29.41%)
Mutual labels:  reddit
django-yubin
Send e-mails asyncronously using cron
Stars: ✭ 44 (+158.82%)
Mutual labels:  mail
scrapy-LBC
Araignée LeBonCoin avec Scrapy et ElasticSearch
Stars: ✭ 14 (-17.65%)
Mutual labels:  scraper
shopify-mail-notifications
Blazing-fast Shopify mail notifications templating environment with Liquid, MJML and Twig
Stars: ✭ 25 (+47.06%)
Mutual labels:  mail
webgif
Easily generate animated GIFs from websites
Stars: ✭ 98 (+476.47%)
Mutual labels:  gif
INMET-API-temperature
Crawler dos dados metereológicos de estações convencionais do INMET (BDMEP)
Stars: ✭ 32 (+88.24%)
Mutual labels:  scraper

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**


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].