https://github.com/vednig/x-api
Unofficial X API using Selenium
https://github.com/vednig/x-api
Last synced: about 1 month ago
JSON representation
Unofficial X API using Selenium
- Host: GitHub
- URL: https://github.com/vednig/x-api
- Owner: vednig
- License: mit
- Created: 2024-12-30T17:30:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-10T20:28:03.000Z (9 months ago)
- Last Synced: 2025-04-12T19:41:54.281Z (6 months ago)
- Language: Python
- Homepage: https://xapi.betaco.tech/x-thread-api?url=https://x.com/ianwcrosby/status/1872724231999381790
- Size: 14.6 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# x-api
Unofficial X API using Selenium and FastApi## How to Run in Development
1. Create a virtual env using module `virtualenv```` virtualenv dev ```
2. Activate Virtual Env (if you don't know google this and add your OS type)
3. Install dependencies using
`pip install -r requirements.txt`
4. 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](https://github.com/vednig/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.