Skip to content

Ty3uK/snaptik-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snaptik-bot

A bot that can download videos from:

  • TikTok
  • Instagram
  • Youtube Shorts.

Deployment

You need to set several secrets in Cloudflare Worker settings:

  • BOT_TOKEN - token from @BotFather
  • LIBSQL_CLIENT_TOKEN - token from any libSQL provider
  • LIBSQL_CLIENT_URL - connection URL from any libSQL provider (HTTP-operated)
npx wrangler deploy

Built With

  • rust - A language empowering everyone to build reliable and efficient software
  • workers-rs - A Rust SDK for writing Cloudflare Workers
  • serde - A generic serialization/deserialization framework
  • serde_json - A JSON serialization file format
  • reqwest - Higher level HTTP client library
  • url - URL library for Rust, based on the WHATWG URL Standard
  • regex - An implementation of regular expressions for Rust
  • lazy_static - A macro for declaring lazily evaluated statics in Rust
  • anyhow - Flexible concrete Error type built on std::error::Error
  • libsql_client - HTTP-based client for libSQL and sqld

License

This project is licensed under the MIT - see the LICENSE.md file for details

About

A bot that can download a video from TikTok, Instagram or Youtube Shorts

Resources

License

Stars

Watchers

Forks

Languages