Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 658 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 658 Bytes

web-scraping

Scripts used in the Web Scraping lecture

NOTE: All scripts are for educational purpose only. Programming Club or any person related to it shall not be held responsible for their misuse.

  • fb.py

    Comment on the posts on your facebook timeline. Uses: FQL and Open Graph API

  • oa.py

    Fetch student details from IITK Office Automation

  • way2sms.py

    Send free bulk SMS using your way2sms using script. (Does not work now after the latest changes in way2sms website.)

  • jee.py

    Fetch JEE 2012 results from IIT KGP result portal.

  • mechanize.py

    Sample program demonstrating Mechanize library