https://github.com/devoply-dev/cmdweeebs
Download Anime for free without disturbance from your command line!!!
https://github.com/devoply-dev/cmdweeebs
anime automation downloader streaming video weebs
Last synced: 3 months ago
JSON representation
Download Anime for free without disturbance from your command line!!!
- Host: GitHub
- URL: https://github.com/devoply-dev/cmdweeebs
- Owner: devoply-dev
- License: mit
- Created: 2022-10-16T00:15:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T22:32:27.000Z (over 3 years ago)
- Last Synced: 2026-02-17T02:04:56.435Z (5 months ago)
- Topics: anime, automation, downloader, streaming, video, weebs
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Title
This project is for Japanese Anime lovers to easily download Animes without interuption e.g ads
## Installation
Clone my project from the repo
```bash
git clone https://github.com/devoply-dev/cmdweebs.git
cd cmdweebs
```
Driver Installation
--------------------
1. open cmd in Administrator mode and copy and paste the following:
```bash
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
```
2. For WindowsPowerShell Installation, open WindowsPowerShell in Administrator mode and paste the following:
```bash
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
```
3. Then you can use these commands to install the drivers:
```bash
choco install chromedriver
```
How to use the script
----------------
1. just follow the prompts
2. make sure to enter correct info on any prompt
3. read thru the information printed out after any prompt
## Example images

## Authors
- [@haxsys](https://github.com/devoply-dev)