M1cR0xf7 / Spider-Nawar

nawaracademy.com alternative interface - list available videos to watch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spider Nawar

** UPDATE **

the code is not working anymore.

-- alternate interface for nawaracademy.com --

watch nawar's lessons without opening the browser and wasting resources.

Usage

# set the 'EMAIL' and 'PASS' enviroment variables
export EMAIL="emailusedforregisteration@abc.xyz"
export PASS="passusedforregisteraTion@123"

# Run the script
python ./stupidbot.py

# use -d flag to print cookies, payload, headers
python ./stupidbot.py -d

# use serve argument to serve http with flask (must be the first argument)
python ./stupidbot.py serve


# output (csv format)
# => 0,video title, http://[video_url]
# => ...

to activate the webserver change the RUN_SERVER variable from False to True.

screenshot

that's a screenshot of the page that is used to extract information from.

video

old demo

data stored here.

Do not use it

-- M1cR0xf7

About

nawaracademy.com alternative interface - list available videos to watch

License:Do What The F*ck You Want To Public License


Languages

Language:Python 91.5%Language:HTML 8.5%