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

consumer & access token keys are exposed #27

Closed Defcon27 closed 4 years ago

Defcon27 commented 4 years ago

The keys used to authenticate with Twitter API are exposed. I think you already know this but you might forgot to .gitignore the personal keys. Its not safe to expose these keys out as recommended by twitter.

Just a suggestion 🙃 🤗

vinitshahdeo commented 4 years ago

@Defcon27 Thanks for reporting. Those access tokens are revoked before pushing 😅

Defcon27 commented 4 years ago

Oh I didn't know that. 😄