twitter-v2-rs
Rust bindings for Twitter API v2
파일 탐색기
최종 버전 다운로드 (.zip)- oauth2_callback.rs
- sample_space.json
- example_extended.json
- example_quote.json
- example_reply.json
- example_retweet.json
- example_retweeted_quote.json
- example_tweet.json
- example_with_media_photo.json
- example_with_media_video.json
- example_with_poll.json
- base.rs
- compliance.rs
- lists.rs
- mod.rs
- spaces.rs
- tweets.rs
- users.rs
- with_user_ctx.rs
- mod.rs
- oauth2.rs
- compliance_job.rs
- entity.rs
- expansions.rs
- geo.rs
- list.rs
- media.rs
- mod.rs
- place.rs
- poll.rs
- space.rs
- stream_rule.rs
- tweet.rs
- tweets_count.rs
- user.rs
- verb.rs
- withheld.rs
- mod.rs
- numeric.rs
- string.rs
- mod.rs
- pagination.rs
- result_count.rs
- sent.rs
- stream_rule.rs
- tweets.rs
- tweets_counts.rs
- builder.rs
- compliance_job.rs
- exclude.rs
- expansions.rs
- fields.rs
- granularity.rs
- macros.rs
- mod.rs
- sort_order.rs
- space_state.rs
- to_query.rs
- compliance_job.rs
- id_req.rs
- list.rs
- mod.rs
- stream_rule.rs
- tweet.rs
- json_stream.rs
- mod.rs
- percent_encoding.rs
- serde.rs
- api_result.rs
- error.rs
- lib.rs
- mod.rs
- api_lists.rs
- api_spaces.rs
- api_tweets.rs
- api_users.rs
- api_with_user_ctx.rs
- data_serde.rs
- .gitignore
- Cargo.toml
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/jpopesculian/twitter-v2-rs
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd twitter-v2-rs
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Rust
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo build --release
Rust 프로젝트를 컴파일합니다.
cargo run
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
