-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
enhancementgood first issueSend your first PRSend your first PRhacktoberfestSend PR and earn a free t-shirtSend PR and earn a free t-shirthelp wantedup-for-grabsSolve the issue and raise your first PRSolve the issue and raise your first PR
Description
Currently, the query is hardcoded in jobtweets.py
i.e.
tweets = api.get_tweets(query = 'Job Opportunities', count = 500)
Taking the input for query (i.e. #hashtag
) from the user through CLI seems better!
Question to answer?
Can we take input as a comma-separated string for processing multiple hashtags at a time?
Enter hashtags: jobs, openings, job opportunities
Note:
- Make changes only in
jobtweets.py
- Your PR should not break the functionality of the existing code.
- Add me( @vinitshahdeo ) as reviewer
- Do not make any changes to other files.
Metadata
Metadata
Assignees
Labels
enhancementgood first issueSend your first PRSend your first PRhacktoberfestSend PR and earn a free t-shirtSend PR and earn a free t-shirthelp wantedup-for-grabsSolve the issue and raise your first PRSolve the issue and raise your first PR