EveripediaNetwork / issues

Issues repo
9 stars 0 forks source link

Make investigation about auto post on twitter (revamp our old acc) #2789

Closed Softdev1 closed 1 week ago

Softdev1 commented 2 weeks ago

Description

We would like to explore how to integrate IQGPT into Twitter by carefully studying the necessary documents to explore the possibilities.

Adebesin-Cell commented 1 week ago

Twitter API - Tweet Creation Using OAuth 1.0a User Context

Summary: After reviewing the documentation available at Twitter API Documentation, it is confirmed that creating a tweet using OAuth 1.0a user context is possible. This was successfully tested using Postman.


Key Points:

  1. Permissions Required:

    • To create a tweet, both read and write permissions are necessary.
    • By default, keys are generated with read-only permissions.
    • Updating permissions to include write access requires regenerating tokens and keys.
  2. OAuth 1.0a Requirements:

    • For OAuth 1.0a, the following are required:
      • Consumer Key
      • Consumer Secret
      • Token Secret
      • Access Token
    • The Bearer Token is not necessary for this context.

Permissions Page:

Permissions Page

Note: This image illustrates the required permissions setup.


Final Tweet Uploaded:

You can view the tweet created during the experiment here.


Postman Configuration:

Postman Configuration

Note: This image shows the URL setup and environment variables in Postman.


Additional Notes:

kesar commented 1 week ago

@Softdev1 if that task its to investigate then we need a follow up to create the proper bot. I would recommend avoid tasks so small like this one. This could be part of the task of creating a twitter bot does reply based in tags on twitter.

If we create micro tasks that takes 1-3h of investigation, we will end up with a thursday call of 2hours

Softdev1 commented 1 week ago

@Softdev1 if that task its to investigate then we need a follow up to create the proper bot. I would recommend avoid tasks so small like this one. This could be part of the task of creating a twitter bot does reply based in tags on twitter.

If we create micro tasks that takes 1-3h of investigation, we will end up with a thursday call of 2hours

well noted