RitikaAg / Python_and_the_Web

Build Bots, Scrape a website or use an API to solve a problem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

πŸ’»

T3cH_W1z4rD

πŸ’»

Meghana Varanasi

πŸ’»

David Mendoza

πŸ’»

dkarmy12

πŸ’»

Madhav Mehndiratta

πŸ’»

YOGESHWARAN R

πŸ’»

Pranav Natekar

πŸ’»

DopeKid

πŸ’»
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
5 Google Search Using Python Naman Jain

About

Build Bots, Scrape a website or use an API to solve a problem.

License:MIT License


Languages

Language:Jupyter Notebook 90.2%Language:Python 9.8%