Skip to content
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

Open
YourAKShaw opened this issue Sep 2, 2022 · 6 comments
Open

Add daily Twitter cron for a single Tweet each day #12

YourAKShaw opened this issue Sep 2, 2022 · 6 comments
Labels
enhancement New feature or request

Comments

@YourAKShaw
Copy link
Collaborator

YourAKShaw commented Sep 2, 2022

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.

@YourAKShaw YourAKShaw added the enhancement New feature or request label Sep 2, 2022
@kryptoblack
Copy link

@Ak-Shaw Could you elaborate?

@YourAKShaw
Copy link
Collaborator Author

@kryptoblack have updated the description. 👍🏻 👆🏻

@kryptoblack
Copy link

kryptoblack commented Sep 9, 2022

@Ak-Shaw What will be stored in our database and where is it coming from?

@YourAKShaw
Copy link
Collaborator Author

@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.

@kryptoblack
Copy link

@Ak-Shaw

  1. Is the purpose of this to share informational content into DevOps Community?
  2. Can we have a PR for the MongoDB connection?

I would love to take this up!

@YourAKShaw
Copy link
Collaborator Author

@kryptoblack

  1. Yes
  2. Working on Issue Add manual Tweeting through CLI #11, adding MongoDB connection as a sub-task of the same

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants