issues Search Results · repo:geduldig/TwitterAPI language:Python
Filter by
176 results
(102 ms)176 results
ingeduldig/TwitterAPI (press backspace or delete to remove)As of 2023-08-04 Twitter have implemented a change such that having an SSL option of OP_NO_TICKET will cause a 200
response but an empty body. TwitterAPI calls requests lib- urllib3, which enables this ...
problem
PaulEdwardsAP
- 2
- Opened on Aug 4, 2023
- #229
With Twitter s recent changes my long-running bot stopped working. In changing from API v1 to v2 my code has changed
from:
api = TwitterAPI(
os.getenv( TWITTER_API_KEY ),
os.getenv( TWITTER_SECRET_KEY ...
question
cboden
- 3
- Opened on Jun 15, 2023
- #228
I m uploading media with the V1.1 API and then trying to post with the V2 api. However, even though I can do it from
Postman, when I use the construct :
resp = self.api2.request( tweets , { text : message, ...
question
Thrasher2020
- 2
- Opened on Jun 6, 2023
- #227
Is there a problem with authentication requests or I m doing something wrong?
I tried the Twitters API v2 postman with (OAuth 1.0) Consumer Key, Consumer Secret, Access Token, Token Secret after
that ...
question
965realestate
- 8
- Opened on Apr 17, 2023
- #226
I m trying to add alt text to an image using the media/metadata/create endpoint but I m getting the following error:
{ request : \/1.1\/media\/metadata\/create.json , error : Invalid json payload. }
...
problem
ERosendo
- 2
- Opened on Mar 22, 2023
- #224
I m not able to make Twitter webhook,
403 { errors :[{ code :200, message : Forbidden. }]}
Is there any change from twitter s side or is there any updated package in which this has been resolved ?
question
asharmap
- 2
- Opened on Feb 20, 2023
- #223
This is needed for some API endpoints, see for example #219
enhancement
codewithbas
- 1
- Opened on Sep 1, 2022
- #220
This is new to the Twitter API v2. Documentation is here:
https://developer.twitter.com/en/docs/twitter-api/tweets/bookmarks/introduction
enhancement
codewithbas
- Opened on Sep 1, 2022
- #219
Twitter Ads API version 10 (v10) end of life date is on September 29, 2022. On October 4, 2022, the existing version 10
(v10) of the Ads API will no longer be available.
Changelog can be found here.
enhancement
Dheavyman
- Opened on Aug 2, 2022
- #218
In the example mentioned in the readme:
from TwitterAPI import TwitterAPI
api = TwitterAPI(consumer_key, consumer_secret, access_token_key, access_token_secret, api_version= 2 )
r = api.request( tweets/search/recent ...
question
kevinmartinjos
- 2
- Opened on Jun 19, 2022
- #217

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.