Giter Site home page Giter Site logo

python_and_the_web's Introduction

Python_and_the_Web

forthebadge forthebadge forthebadge forthebadge

All Contributors

Issues Pull Requests Forks Stars License

Scripts in python that scrape the web, create a bot or use an API to solve a problem. We now have a section for miscellaneous scripts as well.

Note: 100 Ideas implemented using python List available Here

Steps To Follow

  • Select an issue and ask to be assigned to it.

  • Check existing scripts project here.

  • Star the repository.

  • On the GitHub page for this repository, click on the Button "Fork". fork image

  • Create clone your forked repository on your local machine. code ui

    For example, run this command inside your terminal:

    git clone https://github.com/<your-github-username>/Python_and_the_Web.git

    Replace <your-github-username>!

    Learn more about forking and cloning a repo.

  • Before you make any changes, keep your fork in sync to avoid merge conflicts:

    git remote add upstream https://github.com/Python-World/Python_and_the_Web.git
    git fetch upstream
    git pull upstream master
    git push
  • If you run into a merge conflict, you have to resolve the conflict. There are a lot of guides online, or you can try this one by opensource.com.

  • Checkout to development branch (name your branch according to the issue name).

    git checkout -b <branch-name>
  • Create a folder in one of the folders in the Scripts' directory according to issue name.

  • Write your code and add to the respective folder in the projects directory, locally.

  • Don't forget to add a README.md in your folder, according to the README_TEMPLATE.

  • Add the changes with git add, git commit (write a good commit message, if possible):

    git add -A
    git commit -m "<your message>"
  • Push the code to your repository.

    git push origin <branch-name>
  • Go to the GitHub page of your fork, and make a pull request:

    pull request image

    Read more about pull requests on the GitHub help pages.

  • Now wait, until one of us reviews your Pull Request! If there are any conflicts, you will get a notification.

README Template for scripts

README Template

Connect On Social media

Join WhatsApp group

Contributors โœจ


Pratik Choudhari

๐Ÿ’ป

Tushar Nankani

๐Ÿ“– ๐Ÿ‘€ ๐Ÿ“†

Aditya Jetely

๐Ÿ’ป ๐Ÿ“– ๐Ÿ‘€ ๐Ÿ“†

AdeshChoudhar19

๐Ÿ’ป

Ravishankar Chavare

๐Ÿ‘€ ๐Ÿ“– ๐Ÿ“†

Saujanya Pandey

๐Ÿ’ป

amit singh

๐Ÿ“–

Anandha Krishnan Aji

๐Ÿ’ป

Roopesh V S

๐Ÿ’ป

Sahil Bairagi

๐Ÿ’ป

tauseefmohammed2

๐Ÿ’ป

Ameya Deshpande

๐Ÿ’ป
SR No Project Author
1 Project Euler Scraper Pratik Choudhari
2 Pycon Proposals Scraper Aditya Jetely
3 Hacktoberfest Events Scraper Aditya Jetely
4 Wifi Speed Tester AdeshChoudhar19

python_and_the_web's People

Contributors

adityaj7 avatar allcontributors[bot] avatar adeshchoudhar avatar imgbotapp avatar tusharnankani avatar mergify[bot] avatar tauseefmohammed2 avatar roopeshvs avatar saujanya0910 avatar anandhakrishnanaji avatar aravindha1234u avatar sahil-k1509 avatar locobuzz-pratik avatar ameyanrd avatar chavarera avatar amitsingh6391 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.