Code Monkey home page Code Monkey logo

twiper's Introduction

somni ☁

somni's GitHub status

🀀 Who am I?

  • A student in School of Game at Chungkang College of Cultural Industries (2023 ~)
  • A developer (Web full stack, primarily)
  • Hobbyist language translation volunteer
    (mainly πŸ‡ΊπŸ‡Έ English to πŸ‡°πŸ‡· Korean, possibly πŸ‡―πŸ‡΅ Japanese to πŸ‡°πŸ‡· Korean)

πŸ”‘ PGP: 782C AE24 A5B5 1DE9

β˜„οΈ Development Skills

Web Frontend

TypeScript Vue.js Vuetify ViteJS SCSS (SASS) Svelte HTML5 CSS3 JavaScript

Web Backend

Node.js NestJS Sequelize MySQL

Deployment & Server Management

Linux Debian NGINX Podman Docker Cloudflare

Game Development

Unity C#

General / Tools / IDEs

Git Visual Studio Code Visual Studio C++ Python

Past Experience

C Java Visual Basic .NET Windows Forms Windows Presentation Foundation Android

πŸ“” somni.log Latest Posts (Korean)

πŸ”— Links

twiper's People

Contributors

somnisomni avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

twiper's Issues

Wrong command line parsing condition

if(args.length <= 0 || (args.length >= 1 && args.some((a) => a.startsWith("-")))) {

This prevent parameters of each command to be passed, instead this executes help command with whole rest params. (?)

Example:

$ twiper  # Works, shows main help message
$ twiper --help  # Works, shows main help message
$ twiper auth  # Works, executes 'auth' command with no parameters
$ twiper auth -s  # NOT WORKS, shows main help message, with error: "Unknown parameter: auth"
$ twiper auth --help  # NOT WORKS, shows main help message without unknown parameter error

[*] Planned milestones

Development

  • clean command for Tweet cleaning β€” implemented in 386c6c9
    • Multi-part tweets.js (window.YTD.tweets.part1 and so on)
    • Twitter Circle tweets
    • Filtered cleaning β€” parser func impl. d4f534f
      • $&gt; n$ or $&lt; n$ Likes β€” func impl. aa80d1d
      • $&gt; n$ or $&lt; n$ Retweets β€” func impl. aa80d1d
      • $&gt; n$ or $&lt; n$ Replies β€” func impl. aa80d1d
      • With/Without medias β€” func impl. aa80d1d
      • Only RTs β€” func impl. aa80d1d
    • Interactive(step-by-step) cleaning
  • clean-like command for Likes cleaning
  • Logging (to file)
  • Make the program more user-friendly (GUI??)

Web Documentation

  • How-To-Use
  • Commands and parameters

Publish

  • Make releases with standalone executable file for Windows, Linux, macOS β€” using pkg, release v0.1.0 but not well-tested yet

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.