Kaitoaidevblog.hashnode.dev·Dec 3, 2024Mastering Twitter Data Collection: A Comprehensive Guide to Efficient Scraping SolutionsIntroduction Twitter data is gold for developers, researchers, and businesses. Whether you're analyzing market sentiment, tracking brand mentions, or conducting social research, getting Twitter data efficiently is crucial. However, with recent API ch...Twitter
Steve Hatmaker Jr.stevehatmakerjr.com·Nov 18, 2024Writing a Twitter (X) API Script to Post Tweets with PythonSocial media automation can save time and improve engagement, whether you're managing a personal brand, running marketing campaigns, or sharing product updates. Using Python, we can leverage Twitter's API to post tweets programmatically. I’ll break d...Twitter
Talha Ahsanbackend-blueprint.hashnode.dev·Oct 8, 2024Gemini Twitter Bot With Encore.tsIntroduction: What is the Gemini Twitter Bot? The Gemini Twitter Bot is an automated tool that posts tweets every hour using content generated by Google Gemini. It’s built with Encore.ts, allowing you to create and publish tweets without having to do...JavaScript
Nile Bitsnilebits.hashnode.dev·Sep 19, 2024Top 10 Free APIs You Should KnowThe use of APIs, or application programming interfaces, is crucial for creating contemporary software. They provide application-to-application communication, data sharing, and service access from different platforms and services. APIs may streamline ...APIs
Filip Melkafilipmelka.hashnode.dev·Jul 15, 2024How I fully automated my Twitter chess videos with Remotion and AWS♟️https://x.com/_filipmelka/status/1810230746826657842 Lately, I've been playing chess regularly and wanted to do a chess-related project. While searching for inspiration, I came across the Chess API and got an idea. I've also been playing around wit...30 readsRemotion
Kyle Leonardblacknerd.dev·Oct 11, 2023Twitter....I Mean X Bot RoadblockGetting this started After the Email Sender project, I scouted again to see what would be an excellent project but a bit more challenging and more practical for day-to-day use (I don't plan to actually use the auto email sender....at least not yet 😁...33 reads100 Days Of Code - PythonPython
Arsalan Uddinarsalanu.hashnode.dev·Sep 16, 2023Thread It - Share Hashnode Blogs Easily On TwitterHey there, friends! I've been up to something exciting lately that I can't wait to share with you all. 😄 🚀 I'm excited to share a project I've been working on recently! 🎉 It's a web application built using React.js, Firebase, Node.js, Tailwind CSS...13 likes·27 readsprojects
Sahil Fruitwalacoding.sahilfruitwala.com·Aug 19, 2021How to Get Data from the Twitter API in JavaScriptIntroduction Twitter is a popular social media platform where users can share their views, and ideas and read posts from other users on a variety of topics. Researchers, developers, bloggers and people from many fields use Twitter for data gathering....Twitter