
عبدالله المحسن
عبدالله المحسن
“ولو آية” - مشروع بسيط لنشر آيات القرآن على تويتر (X) حساب ينشر صورة لآية قرآنية كل 3 ساعات باستخدام سكريبت Python يعتمد على API تويتر (X). يتم تشغيل السكربت باستخدام خدمات AWS مثل Lambda و S3 وجدولة المنشورات عبر EventBridge. يمكن لأي شخص الاستفادة من الكود وتكرار الطريقة، مع شرح الخطوات وروابط للتفاصيل.
عبدالله المحسن
"ولو آية" هو مشروع بسيط. عبارة عن حساب في تويتر (X) يقوم بتنزيل صورة لـ آية من القرآن الكريم كل ثلاثة ساعات تقريباً. ما قمت به هو كتابة سكريبت بسيط بإستخدام Python يقوم بالوصول لحساب تويتر من خلال مفاتيح الـAPI الخاصة بحساب تويتر والتي يمكن استخراجها من https://developer.twitter.com/
ولجعل الحساب يقوم بالنشر بشكل دائم قمت باستخدام خدمات سحابة AWS وايضاً بإنشاء مستخدم جديد داخل حساب AWS وإنشاء مفاتيح الوصول (Access Key) واستخدام اسم حاوية AWS S3. تمت الإستعانة بخدمة من خدمات AWS وهي Lambda function . ولكن قبل ذلك رفعت الصور لحاوية AWS S3 Bucket وبالإستعانة بخدمة AWS Eventbridge تمت جدولة الحساب ليقوم بالنشر كل ثلاثة ساعات.
يمكن لإي شخص استعمال الكود واستخدام الطريقة التي استخدمتها! لأنشاء مفاتيح الـAPI الخاصة بـ تويتر(X) وطريقة استخدام AWS لعمل المطلوب وتحميل الكود, ينبغي عليك تفقد الروابط التي بالإسفل 👇!
🔴 : أنا غير مسؤول عن أي استعمال خاطئ أو سيء للطريقة المشروحة أو الكود.
"Wa Lo Ayah" is simple project. Which is a Twitter(X) Account that posts Images of Ayah from the Holy Quran every three hours. what I did to post and schedule image posting is create a Python Script, the Python Script will access to Twitter(X) account through Twitter(X) account API tokens which can be generated from https://developer.twitter.com/
To make the account work without running the script locally each time, I depend on AWS Cloud Services. I created AWS Lambda function and used AWS Eventbridge to schedule the posting of images, but before that, In AWS account I created a new AWS User and then generated an Access Key and then I created AWS S3 Bucket and Uploaded the images to it. AWS Access Key and Bucket names must be labeled in certain variables in the code.
By using AWS Eventbridge, I make sure that my Twitter(X) account will post an image every three hours! To generate Twitter(X) tokens and AWS process step by step you should check the links below 👇!
🔴 : I am not responsible for any false or abusive use of the methods I use or the script.
6 مشاهدة