hoblin / x-tracker

Stats analysis tool for selected tweets.
MIT License
12 stars 2 forks source link

X-Tracker

X-Tracker is an open-source platform aimed at bringing transparency to social media interactions, particularly on Twitter. It allows users to monitor and track the statistics of specific tweets, providing a visual representation of how tweets are performing over time.

Features

Tech Stack

Setup and Installation

  1. Clone the repository:
    git clone https://github.com/hoblin/x-tracker.git
    cd x-tracker
  2. Install dependencies:
    bundle install
    yarn install
  3. Setup the database:
    rails db:create db:migrate
  4. Start the Rails server:
    rails s
  5. Open your browser and navigate to http://localhost:3000.

Contribution

X-Tracker is an open-source project, and contributions are warmly welcomed. Whether you have suggestions, a bug report, or a feature request, feel free to open an issue or create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.