Unofficial X API using Selenium and FastApi
- Create a virtual env using module
virtualenv
virtualenv dev
-
Activate Virtual Env (if you don't know google this and add your OS type)
-
Install dependencies using
pip install -r requirements.txt
- Run App
python ./src/main.py
Note: To run in production use WSGI or ASGI servers
- 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
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.