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

variable to access a twitter should be loaded from .env file #35

Open jairoandrescastaneda opened 3 years ago

jairoandrescastaneda commented 3 years ago

these variables must be loaded from the .env file so they don't have to enter the code just to modify them consumer_key = 'XXXXXXXXXXXX' consumer_secret = 'XXXXXXXXXXXX' access_token = 'XXXXXXXXXXXX' access_token_secret = 'XXXXXXXXXXXX

and this issue could be assigned to me