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
116 stars 83 forks source link

Add .env file to load twitter variables #38

Open geekahedron opened 3 years ago

geekahedron commented 3 years ago

Use python-dotenv library to move token and key variables to a .env file instead of hardcoded in the main script

This commit resolves #35