Python-World/Python_and_the_Web

Submit your Python script ideas

AdityaJ7 opened this issue ยท 76 comments

Want to create a script that is not present in this repo??

Make a comment here about the script that you want to add.

Please check the existing script in this repo as well as in our other repo

Python-mini-projects

Web Scraping COVID-19 Data(Country Name, No. of Cases, No. of Deaths) for Top 10 Countries Affected, Along with the Worldwide Data.

If you like the idea, please assign the task to me. I would contribute to this repo as part of Hacktoberfest.

Web Scraping COVID-19 Data(Country Name, No. of Cases, No. of Deaths) for Top 10 Countries Affected, Along with the Worldwide Data.

If you like the idea, please assign the task to me. I would contribute to this repo as part of Hacktoberfest.

Sure go on buddy!! contributions are counted from tomorrow, you can start working on it !! don't forget to link this issue when you submit a pr

Web scrape football team standings individually as typed by the user /fan .
I would like this to be a HacktoberFest project as well

Web scrape football team standings individually as typed by the user /fan .
I would like this to be a HacktoberFest project as well

Ok @Tomyzon1728 when you submit a pull request link it with this issue

Make the script with user-defined inputs, don't hardcode okay

Thanks!

I don't think I have seen this one mentioned: how about converting different image formats like .jpg, .png etc. to pdf? This is a common requirement I have seen often
If okay, I would love to contribute on this one

I don't think I have seen this one mentioned: how about converting different image formats like .jpg, .png etc. to pdf? This is a common requirement I have seen often
If okay, I would love to contribute on this one

Sorry but this kind of script is present in the python-mini-projects repo of this organization, you can suggest other scripts
We will be happy to receive a contribution from you!!

Hey @AdityaJ7 I am willing to work on the following ideas:
1)streamlit webapp
2)Web-scrapping of images

Hey @AdityaJ7 I am willing to work on the following ideas:
1)streamlit webapp
2)Web-scrapping of images

Sure @rohitjoshi6 go on with it make separate prs for both these ideas and place scrapping idea into Web Scrappers and streamlit webapp into Miscellaneous.

Don't forget to link this issue to both of your PRs.

Thanks

Hi @AdityaJ7 I am working on this script right now, can we add it here? I didn't find it in the project repo

A Python Script to convert Ebooks in .epub and .mobi formats to PDF file so that they can be read on any device

Hi @AdityaJ7 I am working on this script right now, can we add it here? I didn't find it in the project repo

A Python Script to convert Ebooks in .epub and .mobi formats to PDF file so that they can be read on any device

Sure @malhotra-paritosh you can go ahead with it, place it under the Miscellaneous Folder and link this issue with your PR

Thanks

Hey @AdityaJ7 I am willing to work on the following ideas:
1)streamlit webapp
2)Web-scrapping of images

Sure @rohitjoshi6 go on with it make separate prs for both these ideas and place scrapping idea into Web Scrappers and streamlit webapp into Miscellaneous.

Don't forget to link this issue to both of your PRs.

Thanks

@AdityaJ7 i have a doubt regarding the name convention of the branch. I didnt understand "name your branch according to the issue name" . Can u plz clear this doubt of mine?

Hey @AdityaJ7 I am willing to work on the following ideas:
1)streamlit webapp
2)Web-scrapping of images

Sure @rohitjoshi6 go on with it make separate prs for both these ideas and place scrapping idea into Web Scrappers and streamlit webapp into Miscellaneous.
Don't forget to link this issue to both of your PRs.
Thanks

@AdityaJ7 i have a doubt regarding the name convention of the branch. I didnt understand "name your branch according to the issue name" . Can u plz clear this doubt of mine?

Are u aware about the concept of branches ?

Hey @AdityaJ7 I am willing to work on the following ideas:
1)streamlit webapp
2)Web-scrapping of images

Sure @rohitjoshi6 go on with it make separate prs for both these ideas and place scrapping idea into Web Scrappers and streamlit webapp into Miscellaneous.
Don't forget to link this issue to both of your PRs.
Thanks

@AdityaJ7 i have a doubt regarding the name convention of the branch. I didnt understand "name your branch according to the issue name" . Can u plz clear this doubt of mine?

Are u aware about the concept of branches ?

Yes but i havent used them before

ok @rohitjoshi6 the steps for creating a branch are present in the README of this repo , you have to name your branch as per the name of the feature that you are adding like if you are adding a streamlit webapp , then you can name your branch as streamlitwebapp , etc

If you still have any doubt then drop a message in our WhatsApp group

ok @rohitjoshi6 the steps for creating a branch are present in the README of this repo , you have to name your branch as per the name of the feature that you are adding like if you are adding a streamlit webapp , then you can name your branch as streamlitwebapp , etc

Thanks for the help. I appreciate it!! Apologies for a basic doubt

ok @rohitjoshi6 the steps for creating a branch are present in the README of this repo , you have to name your branch as per the name of the feature that you are adding like if you are adding a streamlit webapp , then you can name your branch as streamlitwebapp , etc

Thanks for the help. I appreciate it!! Apologies for a basic doubt

You don't have to apologise, everyone here is in their learning phase

Can I make a simple music bot for discord which streams from youtube using ffmpeg

Can I make a simple music bot for discord which streams from youtube using ffmpeg

Sure make a pr and link this issue to it and you must place your script inside the bot directory!

Thanks

Can I make a simple music bot for discord which streams from youtube using ffmpeg

Sure make a pr and link this issue to it and you must place your script inside the bot directory!

Thanks

Thanks!

Can I go for adding Video to mp3 script @AdityaJ7

Can I go for adding Video to mp3 script @AdityaJ7

Sure @ankitwarbhe

Hey @AdityaJ7, how about a python script to send emails? If you think its a good idea, could you assign this issue to me?

Hey @AdityaJ7, how about a python script to send emails? If you think its a good idea, could you assign this issue to me?

Sure go for it @Meghana-12

If given any website, scrape all the endpoints and all files like CSS,js, XML, and check for the broken links which return 404 status but they are still on the website.

What's the benefit?
i. Security Prevention:- If there is some link to say external file and it's broken now and returns 404. One can possibly takeover that orphan link if that's able to be taken over and then he/she can write his/her malicious code there which will autorun by your website if the link is still existing there. Cross-site-scripting is a common example of it.

ii. Unnecessary line of codes increased.

If given any website, scrape all the endpoints and all files like CSS,js, XML, and check for the broken links which return 404 status but they are still on the website.

What's the benefit?
i. Security Prevention:- If there is some link to say external file and it's broken now and returns 404. One can possibly takeover that orphan link if that's able to be taken over and then he/she can write his/her malicious code there which will autorun by your website if the link is still existing there. Cross-site-scripting is a common example of it.

ii. Unnecessary line of codes increased.

Sure @echobash go for it !! add your script in the web scrapper directory and don't forget to follow the guidelines!

Thanks

Automatic Birthday Wisher to Auto Wish Friends using Python.
This idea falls in a category named automate the boring stuff using python.
If you like the idea, please assign the task to me. I would contribute to this repo as part of Hacktoberfest.

Web scraping reviews of the new NVIDIA Geforce RTX 3080. If you liked it, please assign it.

Automatic Birthday Wisher to Auto Wish Friends using Python.
This idea falls in a category named automate the boring stuff using python.
If you like the idea, please assign the task to me. I would contribute to this repo as part of Hacktoberfest.

Sure go for it @chhipashubham970 place your script folder under Miscellaneous directory of our repo

Thanks

Web scraping reviews of the new NVIDIA Geforce RTX 3080. If you liked it, please assign it.

Hi, @Manavi18 thanks for showing interest in our repo.
Rather than scraping review for a hardcode product, it would be better if you can make a script that can take input from the user for a product whose review they want to scrape.

Thanks

A telegram chat bot that will allow the user to take a selfie and give a rough overview of visible skin ailments like type of acne

A telegram chat bot that will allow the user to take a selfie and give a rough overview of visible skin ailments like type of acne

Sounds cool @RitikaAg , you can work on it, add your script under Bot directory

Thanks

Web Scraping a brand's information from their Wikipedia page

Web Scraping a brand's information from their Wikipedia page

Cool - make sure the brand is as per the user choice , you can go ahead with it @Angad-Boparai

@AdityaJ7 , I would like to add automation script to open Gmail and send mail through selenium automation library in python can I go for it ?

I would like to put in a script that takes in images (jpg,png,jpeg) or pdf files and converts it or merges them all into a single pdf file. I aim for lossless conversion to pdf for images. Please let me know if I can go ahead?

Hey @AdityaJ7 , I am interested to contribute to your repo, a script for Realtime Face Detection App using Python-OpenCV. It can also detect faces in static images as well as videos. As I checked in both of your repos, no such script is present. Can I contribute?

Hey @AdityaJ7 , I am interested to contribute to your repo, a script for Realtime Face Detection App using Python-OpenCV. It can also detect faces in static images as well as videos. As I checked in both of your repos, no such script is present. Can I contribute?

Sure @pksgmv

@AdityaJ7 , I would like to add automation script to open Gmail and send mail through selenium automation library in python can I go for it ?

Go for it @hardik-dadhich

I would like to put in a script that takes in images (jpg,png,jpeg) or pdf files and converts it or merges them all into a single pdf file. I aim for lossless conversion to pdf for images. Please let me know if I can go ahead?

Similar scripts are present in our sister repo -- python-mini-projects

Webscraping reddit posts of a certain community/topic.

If the idea is good and confirmed, I would like to be assigned to and work on it.

A Python Clicker so you can be the King of https://clickspeedtest.com

Instagram Unfollow script which unfollows Random people

Webscraping reddit posts of a certain community/topic.

If the idea is good and confirmed, I would like to be assigned to and work on it.

Sure go for it @danieljo09

A Python Clicker so you can be the King of https://clickspeedtest.com

Sure go for it @Cheemashyper

Instagram Unfollow script which unfollows Random people

SOUNDS good @Cheemashyper

Quick Screenshots.
Shortcut to capture screenshot, upload on the web, and copy the link to clipboard

Quick Screenshots.
Shortcut to capture screenshot, upload on the web, and copy the link to clipboard

okay cool you can work on it @twozero88

Hello @AdityaJ7
I have created the Pull Request, I am new to Github so I really don't know how it works.
Please review my PR and Let me know if I did something Wrong.

Can I implement a torrent downloading script in python using python-qbittorrent

hey @AdityaJ7 I am working on a mass bomber script for calls/SMS. Assign me this, PR will be up by tomorrow morning. Will put this in Miscellaneous folder.

hey @AdityaJ7 I am working on a mass bomber script for calls/SMS. Assign me this, PR will be up by tomorrow morning. Will put this in Miscellaneous folder.

ok cool @jaesharma

Can I implement a torrent downloading script in python using python-qbittorrent

Cool go for it @thelokeshgoel00

Can we create .PNG to .JPG

Can we create .PNG to .JPG

it already exists in our collection

Is this still open for contribution?

Is this still open for contribution?

Yes it is open

I would like to try scraping Job Sites

I want to add a simple PGM image processing.

Hey @AdityaJ7 I would like to add an Amazon Price Tracker script using Selenium Automation with Python. It scrapes the Amazon website by taking a search term, a minimum price for filter and a maximum price for filter as inputs from the user and scrapes through items found after performing the automated Search, then generates a JSON file containing the scraped data about various items in the search results.
The best part - Amazon can't track your this scraping, which prevents you from getting blocked.
It is quite different from the Amazon_Prices_Tracker present in your repo under WebScrapers folder
Can I contribute??

Hey @AdityaJ7 I would like to add an Amazon Price Tracker script using Selenium Automation with Python. It scrapes the Amazon website by taking a search term, a minimum price for filter and a maximum price for filter as inputs from the user and scrapes through items found after performing the automated Search, then generates a JSON file containing the scraped data about various items in the search results.
The best part - Amazon can't track your this scraping, which prevents you from getting blocked.
It is quite different from the Amazon_Prices_Tracker present in your repo under WebScrapers folder
Can I contribute??

Sure go for it

I want to add a simple PGM image processing.

Sure go for it

@AdityaJ7 I have created a PR for the AmazonPriceTracker I told about. Please review it...

I would like to add a script that takes a folder with images and merges them vertically into a strip using Pillow.
It's useful for web comics and webtoons.

I would like to add a script that takes a folder with images and merges them vertically into a strip using Pillow.
It's useful for web comics and webtoons.

cool, you can start

I would like to add a script that parses research paper latex and extracts headings and data under it and stores in a json file.

I would like to add a script that parses research paper latex and extracts headings and data under it and stores in a json file.

sure @priya-mane go for it

I would like to add a script that creates a google spreadsheet from a local csv file in the google drive and the user can share it with other contributors using the cli. Also an additional script can retrieve back the spreadsheet from google drive and store locally.

I would like to add a script that creates a google spreadsheet from a local csv file in the google drive and the user can share it with other contributors using the cli. Also an additional script can retrieve back the spreadsheet from google drive and store locally.

sure go for it

I would like to add a script that parses research paper latex and extracts headings and data under it and stores in a json file.

sure @priya-mane go for it

Can you please review the PR and let me know if I should follow the same for the next one.
Thanks

I would like to add a script that parses research paper latex and extracts headings and data under it and stores in a json file.

sure @priya-mane go for it

Can you please review the PR and let me know if I should follow the same for the next one.
Thanks

Just add a few comments in hard to understand areas and add a requirments.txt file.

I would like to add a twitter sentiment analysis and topic modeling flask app that uses twitter OAuth via flask-dance to retrieve user's tweets and display its topic and sentiment.

I would like to add a twitter sentiment analysis and topic modeling flask app that uses twitter OAuth via flask-dance to retrieve user's tweets and display its topic and sentiment.

sure

Snake-Eating-Game
The Definitive Snake Eating game.

If you like the idea, please assign the task to me. I would contribute to this repo as part of Hacktoberfest.

I would like to add Alphabet recognization using hand gestures. In this OCR model will be created first and from that model, we can predict the alphabet written on the screen in front of the webcam. OpenCV will be used for finding the alphabet drawn on the input frame.

I would like to contribute a python bot that will auto-login its user into various preset websites.

This would save the user the stress of having ...

  • To open their browser
  • To type the URL
  • To enter the login info
  • Help protect your login info and avoid leaking it out when in public areas

......we as developers hate any form of repetitive process.

  • This bot will reduce all of the above processes to just one thereby increasing productivity and easing your fingers and arm even if it's for a few seconds/minute.

@AdityaJ7 please grant me this opportunity.

Python World does not accept issues on this repository anymore.