Awesome
Blocked
Crowdsourced list of all the websites blocked by ISPs in India.
MASTER_LIST.csv
Master list of all the sites blocked in India. With the source and other details. Created out of the lists. MASTER_LIST.csv .
Lists: Source of Blocked URL
Lists are simple textfiles with urls. Name of the file becomes the source name. We create a file everytime we get news of some website getting blocked.
- kafila_maste_list.txt - List published by Kafila
- blocked-websites-MSM-world-cup.txt - List published by Medianama
- medianama2.txt - By the article list published by Medianama
- toi_govt_block_32_websites.txt - List published by ToI
- youbroadband.txt - List published by Youbroadband
- india_music_industry_104_sites.txt - The Indian Music Industry, a consortium of 142 music companies, announced today that it has obtained orders from the Calcutta High Court directing all Internet Service Providers (387 in all) to block access to 104 music sites from India.
- madras_court_order_kabali_forum_sites.txt, madras_court_order_kabali_streaming_sites.txt, madras_court_order_kabali_torrent_sites.txt As per Madras High Court order pertaining to Kabaali
- court_order_jab_harry_met_sejal.txt List from Madras high court order wrt Harry Met Sejal
- court_order_lipstick_under_my_burkha.txt List from Madras high court order wrt Lipstick Under My Burkha
Code
Create master List
- Run python create_master_list.py
- It will merge all the lists and create an unique list with source details. Called MASTER_LIST.csv
- I plan to add other features and hence a script to merge.
Install dependencies
git clone https://github.com/thejeshgn/blocked
cd blocked
sudo xargs -a requirements.txt pip install