Category "twitter"

Tweepy streamer not capturing full tweet text

I am currently scraping tweets via Tweepy into a mySQL database. I am new to routing data into a server, so I am having trouble adjusting my code to get the ext

How to scrape data from Twitter without its API using BeatifulSoup

I'm currently trying to scrape some data from Twitter, like username, screen name, the content of the tweet etc. But I've run into some problems: I've been tryi

Using tweepy API to send timed direct messages

I've been messing around with tweepy as a way to get into learning basic python script writing. I figured out how to tweet via an edited text document to .py sc

Trying to represent hashtags in a bar chart

I have downloaded tweets and I am trying to represent the different hashtags and how often they are tweeted. Some data screen_name location text

Twitter API to Unity

I am a designer and I code only a little bit. I would like to know how I could use the output of the Twitter API (which I master) to use them on Unity. Which pr

R - Use Twitter API to get every tweet from an account

My goal is to get EVERY tweet ever for any twitter account. I picked the NYTimes for this example. The code below works, but it only pulls the last 100 tweets.

Unable to Request from Twitter Ads Api using OAuth in Python

I am stuck on a issue with Twitter-ads-api. I have completed the authorization and got the oauth-verifier token, but after this I am stuck on how to request for

tweepy.errors.Forbidden: 403 Forbidden using Twitter API v2 functions in Tweepy?

I am just starting out with using Tweepy and have been having trouble when trying to use the v2 API functions to write a program to Tweet text. Currently, I am

Tweepy API v2 "NoneType"

import tweepy client = tweepy.Client(consumer_key='REPLACE_ME', consumer_secret='REPLACE_ME', access_token='REPLA

Learning to use Tweepy and Twitter API

I'm currently trying to learn the Twitter API within Python. My code is this: import tweepy consumer_key = "Consumer Key" consumer_secret = "Consumer Secret"

Firebase security rules with Facebook and Twitter APIs

i have android app with used Firebase as database, there are security rules should be added in Firebase platform, i tried to them, but when i added the below co

Twitter streaming error, 'invalid length argument'?

The code is as follows; Supplier_List <- data.frame(companies = c("company1","company2","company3")) Streamed_Tweets <- purrr::map_df(Supplier_List$compa

How do I retrieve a user's tweets of last 7 days using twitter API?

I want to pull tweets from an authenticated user's home timeline (user + people the user follows) of past 7 days. How can I do this? The documentation of GET st

Macos - Heroku error code H=10 (Twitter Opensea.io Sales Bot)

I'm facing the problem showing below on HEROKU. I'm using this GitHub Program (https://github.com/dsgriffin/opensea-sales-twitter-bot) and deployed it 1:1 in He

Is there reason why I always have Tweetinvi.Exceptions.TwitterException: Forbidden error?

I am trying to make Twitter bot which job is to, when run, upload picture of Snoop Dog with quote and few hashtags. Problem is when I run my code, it throws Twe

Twitter monitor output to a Discord server?

Would like to learn how to make a twitter monitor that would output its findings to discord. This is a project I've had in mind for awhile and would like to lea

Strip hashtags from string using JavaScript

I have a string that may contains Twitter hashtags. I'd like to strip it from the string. How should I do this? I'm trying to use the RegExp class but it doesn'

Twitter card image appears in validator but not appearing in any of three tweets below Any Ideas. Thanks. Robert

My test site is http://birdbreath.com/index3.html Here are the meta details. The validator renders correctly. <!- Twitter Card data --> <meta name="twi

selenium twitter login without new device notification

Is there a way to log in to twitter with selenium/python without getting the notification "login from a new device" on Twitter? Current code is import urllib.re

Extract particular data from Kafka topic

I'm doing real time streaming on Twitter and wonder is there a way to extract only messages and certain values from Kafka topic?