BramvdnHeuvel / Rickroll-Generator

This website allows users to create their own rickrolls with links that no-one could recognize. Including rich preview for extra deceit on websites that use rich preview.
MIT License
64 stars 33 forks source link

Rickroll Generator

This is the Rickroll Generator, a website that allows people to create new Rickroll links for people to fall for! The link includes a rich preview to deceive your victims even more!

What is a rickroll?

Setup

To set the program up, run

    pip install -r requirements.txt
    python setup.py

To run the website, run

    python main.py 127.0.0.1 5000

where 127.0.0.1 and 5000 are the wished ip-address and port, respectively.

If you want to use your own domain name (and not ours), then change line 7 in the file main.py to your own domain name. Make sure you do not add a / at the end of the domain.