Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cizzuk/x-unblocker
Automatic unblocking on X(Twitter)
https://github.com/cizzuk/x-unblocker
Last synced: about 2 months ago
JSON representation
Automatic unblocking on X(Twitter)
- Host: GitHub
- URL: https://github.com/cizzuk/x-unblocker
- Owner: Cizzuk
- License: mit
- Created: 2024-08-13T09:09:29.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T03:50:55.000Z (5 months ago)
- Last Synced: 2024-08-14T13:24:01.628Z (5 months ago)
- Topics: twitter
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# X-Unblocker
Unblock all users on X using archive of account data.
## How to use
1. Go to your account settings on X and request an archive of your data. [https://x.com/settings/your_twitter_data/data](https://x.com/settings/your_twitter_data/data)
2. Download the archive and extract.
3. Copy 'block.js' to the same directory as this script.
4. Run 'unblock.py' and login to your X account.```bash
python unblock.py
```## Arguments
### `--delay`
Specifies how long to wait for a page to load if the network is slow:- slow (5s)
- normal (2s)
- fast (1s)
- or a number in secondsDefault is normal (2s).