Web application written in Python and JavaScript that generates combinations of comments from an adult video website and inspirational wallpapers from reddit.com.
Any content generated from this application is not own, and is likely highly offensive. The comments and images rendered from scraping comment data do not represent my own opinions nor those of my employer.
By viewing this source you agree that you are 18+ years of age or are of legal viewing age for adult content in your country.
Some very tame examples of the output:
Download the package as a zip or clone, then install the requirements.
pip install -r requirements.txt
Once all the dependencies are installed run in another terminal:
sudo mongod
This starts the mongoDB server.
Finally, start the app with:
python app.py
Then point your browser to localhost port 5000 and the app should be working. Initial startup is slow due to the python web scraping.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Made by me, Tony De La Nuez during a weekend where I clearly had too much free time.
MIT