Skip to content

saurabhkumar23/Awesome-Bots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

51 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

AWESOME BOTS

Setup/Installation

Open your Terminal/Command in the directory for the project and run these commands.

git clone "https://github.com/saurabhkumar23/Awesome-Bots.git"
cd Awesome-Bots
npm install #install the dependencies from package.json
npm link #make all scripts global

CODING COMPANION - CLICK FOR DEMO

You can save your time during contest time. you can download test cases from coding contests like leetcode, codechef, codeforces and atCoder. You don't have to write the testcases again and again. It will also create templates which will save a lot of time. This setup will download all of your testcases from the contest.

YOUTUBE PLAYLIST ANALYZER - CLICK FOR DEMO

Sometimes you want to track down the duration of a youtube playlist. This application will help you to calculate the overall duration of the playlist and the time it will take to cover all videos in different speed formats 1x, 1.5x, 1.75x and 2x.. It also shows the playlist data in tabular format. The best part is, It can work for playlists of any length.

CLEANUP - CLICK FOR DEMO

A simple command line utility that organises files in a directory into subdirectories recursively based on the file extensions.

SPOTIFY PLAYLIST MANAGER - CLICK FOR DEMO

Managing playlists with huge amount of data consumes a lot of time. With the help of this application you can manage your playlists fastly. You don't have to create playlists, add or delete songs manually again and again. It will automatically handle those operations. user can create and modify the playlist. Handle automation on operations like Adding / Removing songs.