Closed ChawiBiker closed 1 year ago
Same here, RasPi on bullseye, Python 3.9.2/Pip 20.3.4, semiphemeral==0.7
Ah, I've just seen #92 - old tweepy version being suspected. I got tweepy==4.8.0 which is current stable. So any ideas, how it could be fixed?
I've installed the latest tweepy version (3.9.0) but it doesn't work either. I also installed the version 3.7.0 but it still fails to work.
Had the same problem, but works for me if I install tweepy<4.0
As long as your account applies for Elevated Access (done from the project dashboard and is approved, this tool works as intended (using v1.1 APIs)
I managed to run it now with binding to tweeps 3.7.0 on install. Sadly despite v1.1 api I only get 3000 tweets :(
@ChawiBiker If you clone the master branch you can use the "import" feature added in #23 to populate the database. That should get all your tweets.
@JohnVeness thank you. I will try to understand how this works :)
Had the same problem, but works for me if I install
tweepy<4.0
This fixed it for me. The tweepy version should probably be constrained in setup.py or the function call fixed for the new api.
Had the same problem, but works for me if I install
tweepy<4.0
To save people some time, just run:
pip install tweepy==3.10.0
Then, run semipheral configure
and then semipheral fetch
Had the same problem, but works for me if I install
tweepy<4.0
To save people some time, just run:
pip install tweepy==3.10.0
Then, run
semipheral configure
and thensemipheral fetch
sadly, even then it fails for me (macos). ok, configure works after getting elevated access.
Now I'm stuck with fetch failing ... (different topic)
pip install -U tweepy==3.10.0
when another version was installed previously.
You will need to have a pretty old developer account for it functioning without paying, though.
v1 API access seems to be a $$$ feature now.
Hey @byteborg, what do you mean by this?
You will need to have a pretty old developer account for it functioning without paying, though. v1 API access seems to be a $$$ feature now.
It's a paid feature on twitter? So in the case of someone who just created the credentials there, either update the code to work with the new version or pay twitter. Am I interpreting this correctly?
It's a paid feature on twitter? So in the case of someone who just created the credentials there, either update the code to work with the new version or pay twitter. Am I interpreting this correctly?
That's how I understood the Twitter API documentation at the time. YMMV, they are changing a lot these days...
I receive two errors. First when I save in the browser
This happens only when I have all 4 keys entered and my twitter name. Else it saves normally if for example one is missing.
Second error is when I perform semiphemeral fetch
I managed to upgrade my dev account meaning I use Twitter API v1.1 Tweepy is running on version 3.10.0 I'm running this on OS X 11.6.4
Any idea what is going wrong and what I could do in order to fix this?