-
Notifications
You must be signed in to change notification settings - Fork 212
Conversation
adding new files (branch with master)
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.
Looks very good. CQ is very good. Follow the changes requested.
from app import Scrap | ||
|
||
|
||
a = Scrap(urls_dict={"Towards Data Science": "https://towardsdatascience.com", |
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.
Use Dynamic Inputs instead of hardcoded ones
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.
+1 from my side!
import time | ||
|
||
class Scrap: | ||
""" |
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.
@kaustubhgupta it'll be recommended if you shift this comment part to the README as it's description part!
Minor change in readme
Hey @SKAUL05 & @Neilblaze , I have made the required changes. Please review and let me know if it can be merged now. |
@kaustubhgupta Nice contributions also add the screenshot in the folder. |
added screenshot
@ankitdobhal Done with the screenshot! |
Issue: #92
This script will generate a CSV file containing details about various medium articles published by a specific publication on a given date range. The number dates can be specified and all dates are chosen randomly.