Skip to content
View zedeus's full-sized avatar

Sponsors

@krz0001
@chr15m
@jaynemo
Private Sponsor
@ScarletPachydermDev
Private Sponsor
Private Sponsor

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

    Alternative Twitter front-end

    Nim 14.4k 1.3k

  2. NimbleBot NimbleBot Public

    Telegram bot for looking up Nimble packages.

    Nim 13 10

  3. kinoplex kinoplex Public

    Server and mpv/web client for syncing media playback

    Nim 37 10

  4. nimchat nimchat Public

    Simple chat server/client

    Nim 12 3

  5. nimagemagick nimagemagick Public

    ImageMagick wrapper for Nim (MagickCore/MagickWand)

    Nim 32 5

  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 = []