Reminder on social media
Get reminders on different social media apps, based on a date & time.
It's simple, you give some information about your account on social media, you add a reminder with a date and time, you'll be reminded.
Important
The project is hosted on a free host, Render.com, which does this things for free accounts: "Free instance will spin down with inactivity, which can delay requests by 50 seconds or more.", so if you experienced slow loading, that's the reason. Another important thing to bare in mind is that, since the host goes into sleep after inactivity, after 30 min usually, you may not receive some reminders that their due date/time is more that 30 min, unless you or someone else has visited the website during those times so the server won't sleep.
Technical side
Technologies used to create this project are as followed:
Notes
So if I wanna create another, let's call it, "scheduler website", I would definitely go with django threads like I did here, I think using celery is an overkill in my case. The only problem with django threads is that if the server goes down, all the tracking will get lost and the user doesn't get the thing they wanted on that specific time. Also found something great called https://cron-job.org/, but it was too late. So maybe next time.