|
3 | 3 | [](https://crates.io/crates/asimov-x-module) |
4 | 4 | [](https://docs.rs/asimov-x-module) |
5 | 5 |
|
6 | | -ASIMOV module for importing data from X (Twitter) lists and converting it to JSON-LD format. |
| 6 | +[ASIMOV] module for importing data from [X](https://x.com) (Twitter) lists and converting it to [JSON-LD] format. |
7 | 7 |
|
8 | 8 | ## ✨ Features |
9 | 9 |
|
10 | | -🐦 **Import List Members**: Fetch and convert X list members to JSON-LD |
11 | | -🔄 **User Profiles**: Complete user data including metrics and profile information |
12 | | -🔄 **JSON-LD Output**: Structured data compatible with KNOW ontology |
13 | | -⚡ **Fast & Reliable**: Built with Rust for performance and safety |
14 | | -📊 **Rate Limit Aware**: Respects X API limits and provides clear error handling |
15 | | -📊 **Flexible Output**: Support for both JSON and JSONL formats |
16 | | -🔢 **Pagination Control**: Limit results with `--limit` option |
| 10 | +- 🐦 **Import List Members**: Fetch and convert X list members to [JSON-LD] |
| 11 | +- 🔄 **User Profiles**: Complete user data including metrics and profile information |
| 12 | +- 🔄 **JSON-LD Output**: Structured data compatible with KNOW ontology |
| 13 | +- ⚡ **Fast & Reliable**: Built with Rust for performance and safety |
| 14 | +- 📊 **Rate Limit Aware**: Respects [X API] limits and provides clear error handling |
| 15 | +- 📊 **Flexible Output**: Support for both JSON and JSONL formats |
| 16 | +- 🔢 **Pagination Control**: Limit results with `--limit` option |
17 | 17 |
|
18 | 18 | ## 🛠️ Prerequisites |
19 | 19 |
|
@@ -78,7 +78,7 @@ Get your API token from: [X Developer Portal](https://developer.x.com/) |
78 | 78 |
|
79 | 79 | ### Rate Limiting |
80 | 80 |
|
81 | | -⚠️ **IMPORTANT**: X API has strict rate limits that vary by subscription plan. |
| 81 | +⚠️ **IMPORTANT**: [X API] has strict rate limits that vary by subscription plan. |
82 | 82 |
|
83 | 83 | #### **Free Plan** |
84 | 84 |
|
@@ -134,12 +134,10 @@ cargo build --bin asimov-x-cataloger |
134 | 134 | } |
135 | 135 | ``` |
136 | 136 |
|
137 | | -## Links |
138 | | - |
139 | | -- [ASIMOV]: https://github.com/asimov-modules |
140 | | -- [JSON-LD]: https://json-ld.org/ |
141 | | -- [X API]: https://developer.x.com/ |
142 | | - |
143 | 137 | ## 📄 License |
144 | 138 |
|
145 | 139 | This project is licensed under the Unlicense - see the [UNLICENSE](UNLICENSE) file for details. |
| 140 | + |
| 141 | +[ASIMOV]: https://github.com/asimov-modules |
| 142 | +[JSON-LD]: https://json-ld.org/ |
| 143 | +[X API]: https://developer.x.com/ |
0 commit comments