-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add daily Twitter cron for a single Tweet each day #12
Comments
@Ak-Shaw Could you elaborate? |
@kryptoblack have updated the description. 👍🏻 👆🏻 |
@Ak-Shaw What will be stored in our database and where is it coming from? |
@kryptoblack The initial idea is to add tweet information in bulk to a specific collection in MongoDB. The cron will be fetching tweets from the specific collection in order. We might consider having a REST endpoint which will be able to add tweet info to the specified collection in bulk. |
@Ak-Shaw
I would love to take this up! |
That said, we appreciate your eagerness to contribute to our project. Kindly keep an eye out for issues. Will be adding more soon as we progress. |
A cron job that will tweet daily. Each day's tweet will be fetched from our database (currently the database connection is pending, probably will go with MongoDB). The duty of the cron job will be to fetch the Tweet for the day from the DB and Tweet it at a fixed time every day.
The text was updated successfully, but these errors were encountered: