A collection of small snippets in python for doing general purpose activities. Python is a very powerful tool for programming in general and has variety of interesting libraries
- research_art : A python script that peforms browser automation to download research article from Library Genesis. In order to use headless browser instead of Mozilla, see this
- vocal_news : Vocal news fetch the top stories from Google News and convert it into the MP3 file.
Dependencies : BeautifulSoup and gTTS. - fcb_update.py : Send email notification to the subscribers about the upcoming match of FC Barcelona.
- youtube_trend.py : Download first trending video on youtube using browser automation.
- hash_map.py : A simple hash map implementation in python
- video_to_audio.py : Script to convert video file to audio (.wav) file (Unix only).
- pnr_status.py : Given the PNR of the railway ticket this script checks the current status and send it in form of text message. (Optional-can be scheduled)
- autopot.py : Automating the signing-in procedure of internet access and subsequently opening the wifi hotspot (solving the boring manual process).
- ext_exchange.py : A naive script to exchange the extension of files in a directory.
- whatsapp_spam.py : Spam your friends via WhatsApp web.
This repo is under active development and if you have any interesting pythonic idea or you are facing any problem then email me, I will solve and publish them as soon as possible.
NOTE : Please download dependencies for each script