https://github.com/sidhantunnithan/mini-projects
These are small projects, usually requiring only one or two source files
https://github.com/sidhantunnithan/mini-projects
Last synced: 3 months ago
JSON representation
These are small projects, usually requiring only one or two source files
- Host: GitHub
- URL: https://github.com/sidhantunnithan/mini-projects
- Owner: sidhantunnithan
- Created: 2020-06-10T20:07:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T08:31:29.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T03:44:59.783Z (5 months ago)
- Language: Python
- Size: 5.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Projects
These are small projects, usually requiring only one or two source files## Table of Contents
- [__File Organizer__ ](./File%20Organiser/File-Organiser.py): A python script which will recursively visit every sub-folder in the current directory and organise each file according to the Year and Month of it's creation.
- [__File Date Changer__ ](./Files%20Date%20Changer/file-date-changer.py): A python script which changes the date modified of all files in a given folder to the date specified in the name of the file.- [__Instagram Scraper__ ](./Instagram%20Scraper/insta-scraper.py) : A python script which when given a username downloads all posts (images and videos) from instagram. Even private profiles are scraped provided user follows them.
- [__Reddit Video Downloader__ ](./Reddit%20Video%20Downloader/reddit-downloader.py) : A Python script which can be used to download Reddit Videos with a shareable link. This script solves the problem of Reddit not supporting direct links to Reddit hosted videos. Reddit sends streams of the video and the audio seperately. This script downloads it, MUXs it and outputs it to `output.mp4` file.
- [__Result Scraper__ ](./Result-Scraper/scrape.py) : A python script that will scrape every student (only works for CUSAT) results and outputs it into a csv file