Giter VIP home page Giter VIP logo

tiktonickbot's Introduction

tiktonickbot

Build

Tiktonick is a bot that would help you to follow users on a variety of social media. The idea is to aggregate a variety of accounts into one personal feed, so you would be able to subscribe and get one feed.

Currently supported media:

  • Tiktok
  • Twitter (Except videos from Twitter, unfortunately, the current version of the Twitter V2 API doesn't support it)
  • Instagram

Planned media:

  • Telegram channels
  • Youtube
  • RSS feeds

Features

The bot expects that content is publicly available. The bot doesn't use any exploits or hacks. All the data is publicly available.

  • User content subscription
  • User likes subscription
  • Convertation of the links to posts/videos from Twitter, TikTok to messages with downloaded media
  • Fetching last N likes/posts from given user on a command basis

Commands

These commands are supported:

  • /help - display this text.
  • /subscriptions - shows subscriptions for this chat
  • /tweet - sends last tweet for given user.
  • /tweets - sends last n tweets for given user.
  • /ltweet - sends last liked tweet for given user.
  • /ltweets - sends last n liked tweets for given user.
  • /ltiktok - sends last like for given user.
  • /ltiktoks - sends last n likes for given user.
  • /tiktok - sends last video for given user.
  • /tiktoks - sends last n videos for given user.
  • /sub_tiktok_likes - subscribe chat to tiktok user likes feed.
  • /sub_tiktok - subscribe chat to tiktok user likes feed.
  • /unsub_tiktok_likes - unsubscribe chat from tiktok user video feed.
  • /unsub_tiktok - unsubscribe chat from tiktok user video feed.
  • /sub_twitter_likes - subscribe chat to tiktok user likes feed.
  • /sub_twitter - subscribe chat to tiktok user likes feed.
  • /unsub_twitter_likes - unsubscribe chat from tiktok user video feed.
  • /unsub_twitter - unsubscribe chat from tiktok user video feed.

Command format:

  • Subscription/Unsubscription commands. Require one argument. Login account. Example: /sub_tiktok tiktokaccountname
  • Commands that fetch last post. Require one argument. It's account login. Example: /ltweet twitteraccountname
  • Commands that fetch last N posts. Require two arguments. It's account login and amount of posts. Example: /ltweet twitteraccountname 1 (The same as previous. It will return last post)

Bottleneck

Currently, as I know, Twitter is the only social media that have a publicly available API. All others media don't have them, so we need to use tools that reverse engineer them. Unfortunately, Tiktok(and probably many others) is not an easy target and tries to block data scrapping, so we require a proxy. The current implementation uses the TOR network for that, but it requires finding an IP that would work, so data receiving time is not guaranteed.

tiktonickbot's People

Contributors

akorchyn avatar dependabot[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.