-
Notifications
You must be signed in to change notification settings - Fork 263
adding micheline resturent scraper #598
Conversation
Please follow the Code of Conduct. |
sorry should have mentioned it |
@killerpanda101 add a few more comments and refer to existing scripts to check the proper requirements file format. Enclose the main function call under -- Add a screenshot of the script in action, like how to execute it from the cli and what kinda output it gives, stuff like that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@killerpanda101 add a few more comments and refer to existing scripts to check the proper requirements file format.
Enclose the main function call under -- if name == "main":
Add a screenshot of the script in action, like how to execute it from the cli and what kinda output it gives, stuff like that.
Hope you are working on this^
Also, please comment on your code for better understanding and remove unnecessary empty lines. Also, please add a bit more description of your script in the README.
@allcontributors please add @killerpanda101 for code |
I've put up a pull request to add @killerpanda101! 🎉 |
Python World does not accept pull requests on this repository anymore. |
Description
Michelin resturent data scraper
Fixes #114
Type of change
Choosing one or more options from the following as per the nature of your Pull request.
NOTE: These boxes can be checked using
[X]
New feature (non-breaking change which adds functionality)
Documentation Update
Checklist:
Please tick all the boxes that are fulfilled by your Pull Request.
Update index.md
)README.md
, according to the givenREADME_TEMPLATE.