Skip to content

Commit 289056c

Browse files
committed
Fix README.md formatting
1 parent 23df0b9 commit 289056c

1 file changed

Lines changed: 13 additions & 15 deletions

File tree

README.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
[![Package on Crates.io](https://img.shields.io/crates/v/asimov-x-module)](https://crates.io/crates/asimov-x-module)
44
[![Documentation](https://docs.rs/asimov-x-module/badge.svg)](https://docs.rs/asimov-x-module)
55

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.
77

88
## ✨ Features
99

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
1717

1818
## 🛠️ Prerequisites
1919

@@ -78,7 +78,7 @@ Get your API token from: [X Developer Portal](https://developer.x.com/)
7878

7979
### Rate Limiting
8080

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.
8282

8383
#### **Free Plan**
8484

@@ -134,12 +134,10 @@ cargo build --bin asimov-x-cataloger
134134
}
135135
```
136136

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-
143137
## 📄 License
144138

145139
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

Comments
 (0)