Skip to content

vednig/x-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x-api

Unofficial X API using Selenium and FastApi

How to Run in Development

  1. Create a virtual env using module virtualenv

virtualenv dev

  1. Activate Virtual Env (if you don't know google this and add your OS type)

  2. Install dependencies using

pip install -r requirements.txt

  1. Run App

python ./src/main.py

Note: To run in production use WSGI or ASGI servers

Features & Roadmap

  • Currently API returns only the required contents for particular person(a.k.a the author) in whole thread as required for Unlaceapp
  • Additional Requests can also be added, to provide compatibility with X official API upon request and usecase

Debugging/Errors

If you're facing error or issues during build open up an issue.

If you've ideas or want to open PR please create an issue first.

Releases

No releases published

Packages

No packages published

Languages