Skip to content
View zedeus's full-sized avatar

Sponsors

@krz0001
@chr15m
Private Sponsor
@ScarletPachydermDev

Block or report zedeus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. nitter nitter Public archive

    Alternative Twitter front-end

    Nim 13.9k 1.1k

  2. NimbleBot NimbleBot Public

    Telegram bot for looking up Nimble packages.

    Nim 12 9

  3. kinoplex kinoplex Public

    Server and mpv/web client for syncing media playback

    Nim 35 8

  4. nimchat nimchat Public

    Simple chat server/client

    Nim 10 3

  5. nimagemagick nimagemagick Public

    ImageMagick wrapper for Nim (MagickCore/MagickWand)

    Nim 31 4

  6. Fetch Twitter following list Fetch Twitter following list
    1
    import requests, re, sys
    2
    
                  
    3
    url = "https://mobile.twitter.com/{}/following"
    4
    cursor = ""
    5
    usernames = []