[go: nahoru, domu]

Skip to content
View Folleant's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Folleant

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
Folleant/README.md

Hi there, I'm Folleant

Fullstack development

Pinned Loading

  1. aircord-nextjs aircord-nextjs Public

    TypeScript 1

  2. binance-futures-bot binance-futures-bot Public

    Trading bot for Binance Futures. Development language used: Node JS (Express, node-binance-api). Trading by Trading View signals.

    JavaScript 3 3

  3. A python script simplified to genera... A python script simplified to generate images via text query (AI)
    1
    import openai
    2
    import os
    3
    import json
    4
    from base64 import b64decode
    5
    
                  
  4. Anonymous, temporary mail for accept... Anonymous, temporary mail for accepting activation codes
    1
    import requests
    2
    import random
    3
    import string
    4
    import time
    5
    import os
  5. text to speech text to speech
    1
    import nltk
    2
    import numpy as np
    3
    import scipy
    4
    from bark.generation import (
    5
        generate_text_semantic,
  6. Script for asynchronous file downloa... Script for asynchronous file download with progress bar in Python
    1
    import asyncio
    2
    import httpx
    3
    import tqdm
    4
    
                  
    5