vinitshahdeo / jobtweets

:mag: This project is about searching the twitter for job opportunities using popular hashtags and applying sentiment analysis on this. :hash: :bird:
https://vinitshahdeo.github.io/jobtweets/
MIT License
115 stars 82 forks source link

#hashtag can be take as input #5

Open jindalchirag opened 4 years ago

jindalchirag commented 4 years ago

A input statement is now added. It also strip the leading and trailing spaces from the input.

jindalchirag commented 4 years ago

Can it process comma separated hashtags too?

e.g. #jobs, #fresherjobs, #campushiring

currently not. i will update that do after completion.