https://github.com/dev-ritik/news
A fake news building and hosting website.
https://github.com/dev-ritik/news
college-project css django fake-news html javascript python template
Last synced: about 2 months ago
JSON representation
A fake news building and hosting website.
- Host: GitHub
- URL: https://github.com/dev-ritik/news
- Owner: dev-ritik
- Created: 2018-11-03T21:21:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T13:47:35.000Z (over 6 years ago)
- Last Synced: 2025-01-30T13:26:09.897Z (4 months ago)
- Topics: college-project, css, django, fake-news, html, javascript, python, template
- Language: HTML
- Homepage:
- Size: 3.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news/__init__.py
Awesome Lists containing this project
README
#
News
A fake news building and hosting website!
## Overview
Usually spreading fake-news or propaganda requires a fake website and related infrastructure.
This comes with a significant drawback of the untrusty display name.
But for spreading fake-news on social platforms like Whatsapp generally requires a weblink to support the propaganda.The sole purpose of this web app is to make such fakes look authentic by _**impersonating the authentic website!!.**_
Currently, it has only a Times of India support added.
## Working
* The static file of the original file shall be saved in the server.
* User shall get a form to fill all the details like Headlines, date-time, content etc.
* Upon submission of the form, a web page will be displayed with the required data appropriately rendered.
* The link of the _near authentic_ webpage can be copied to any of the social media platforms.
* Whenever someone from targetted audience visits the website, he shall judge the malicious content in an authentic looking environment.
* Plus, we get all the benefits we could have got from a fake website like Analytics, etc.## catches
* The domain name shall be different. _(But who cares!!)_
* The webpage will not exactly impersonate the original one and certain detail shall be missing.## Credits
Templates used in the app are taken from:
* [Welcome-page](https://github.com/BlackrockDigital/startbootstrap-heroic-features)
* [Form-page](https://codepen.io/colorlib/pen/KVoZyv)
* [TOI template](https://timesofindia.indiatimes.com/business/international-business/trump-shows-sympathy-for-those-waiting-for-green-cards-says-theyll-enter-us/articleshow/66473136.cms)
* [error-page](https://codepen.io/anon/pen/mQydBd)