Skip to content
#

python-scripts

Here are 167 public repositories matching this topic...

Amazing-Python-Scripts
awesomeScripts
valterm
valterm commented Oct 30, 2020

Reddit image scraper

what will change - a script to pull and save a user defined number of images from a subreddit specified by the user

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.

  • Create a README.md in your folder for program Instructions

  • add requirements.txt if needed

  • Adding New Code

Programming Language

gadilashashank
gadilashashank commented Feb 5, 2019

It's been a while since I've worked on this project. This was a hobby project that I created to learn Python and Web Scraping and it is somewhat reflected in project structure. Listing couple of changes so that either I or anyone willing to help or contribute can work on it.

  • Use a testing suite like pytest and the like (instead of test.py)
  • Selenium instead of requests + bs4 (google puts up
prathimacode-hub
prathimacode-hub commented May 29, 2021

This issue is specifically created for those who have basic programming knowledge in python and want to explore on API scripts on python

Add basic and advance API scripts in 'APIScripts' folder.

Repository : APIScripts
Level : Easy and Medium

Do check if the code you want to contribute is available in this repository
Comment on this issue with the title and details of the script you are

Improve this page

Add a description, image, and links to the python-scripts topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-scripts topic, visit your repo's landing page and select "manage topics."

Learn more