Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Marcus Weinberger

@MarcusWeinberger
hacker and backend dev
Tampa, FL
Twitter
LinkedIn
GitHub
YouTube
Website
  • notes

    Cover page
    Made with Python
    Recent comments (0)
  • multicursor

    Cover page
    Made with Python
    Recent comments (2)
    DevPauloEduardo
    DevPauloEduardo
    2 months ago

    Man, that's amazing! Unfortunately, there aren't anyone chatting there... It would be better if we could draw or something like that

  • gptfree-telegram-bot

    Cover page
    Made with Python

    The power of ChatGPT via Telegram!

    To get started, simply message @GPTFree_pBot on Telegram using /start to initiate a new chat.

    Recent comments (36)
    MarcusWeinberger
    MarcusWeinberger
    3 months ago

    Why I moved to a freemium model

    Somehow, in under a month, my userbase jumped from a regular 50 users to over 1.5k, and it's starting to cost me too much. I decided to give all users 10 free responses per day - and the option to pay a one-time $1 (USD) ugprade fee. I used stripe to integrate.

    MarcusWeinberger
    MarcusWeinberger
    3 months ago

    As celebration, what features would you like to see integrated?

    DOMINATOR-XD
    DOMINATOR-XD
    3 months ago

    How to host this repel 24/7 hours online

    Emma-expert
    Emma-expert
    3 months ago

    is it possible to recreate this same project but with commands like call, otp and the likes?

    AkshatKumar6
    AkshatKumar6
    4 months ago

    Opp

    MarcusWeinberger
    MarcusWeinberger
    4 months ago

    GPT3 powered telegram bot

    Simply send a message to (@GPTFree_pBot)[https://t.me/GPTFree_pBot] on telegram with the /start command to begin a new conversation!

    Features

    • Continued conversations
    • Scrape and read content from URLs
    • Save and load up to three conversations
    • Knows the current date and time
      • and your 'first name' from Telegram
    • View summary of chat (/summary)
    • Privacy-friendly (now with added /wipe command)

    Commands

    • /help shows some help
    • /start starts a new chat
    • /save {1,2,3} saves chat to chosen slot
      • /load {1,2,3} works the opposite
    • /read <url> reads and digests scraped text from given website
    • /summary gives a summary of your chat
    • /usage shows very little usage statistics (number of chats)
    • /wipe removes all your data and chats
    DennisGG
    DennisGG
    4 months ago

    I don't see a way to flag it for incorrect information.

    MarcusWeinberger
    MarcusWeinberger
    4 months ago

    Added

    • saving and loading chats (up to 3 slots)
    • typing indicator
    • /read <url> function to scrape and digest website link

    How do I start using it?

    Download the Telegram app, or use the web client, and send /start to @ GPTFree_pBot !

    VulcanWM
    VulcanWM
    4 months ago

    nice!

    AarushMuthukri1
    AarushMuthukri1
    4 months ago

    Where can I get a telegram

  • img

    Cover page
    Made with Python
    Recent comments (9)
    coolcoder1213
    coolcoder1213
    6 months ago

    Could I get you Firebase key for a fork of this? I can't figure out how to get one on my own.

    orion0
    orion0
    2 years ago

    Can you pls tell what is creds and how to get it...

  • tiny

    Cover page
    Made with HTML, CSS, JS

    What is tiny

    Everything in a tiny site is contained within the URL bar.

    None of the contents are sent to or stored on the server!

    Instead, what you write is compressed and encoded. Tiny also supports markdown. Tiny can also be integrated in other projects to provide a "share HTML/Markdown as website link" service. Simply include the lz-string.min.js script on your website, and creating a link is as simple as:

    function createLink(title, body) {
    /* body can be text/markdown/html or a mix */
    const title_enc = encodeURI(title);
    const body_enc = LZString.compressToBase64(body);
    return `https://tiny.marcusj.tech/#${title_enc}/${body_enc}`;
    }

    I can't explain well - just try it

    Recent comments (0)
Repls
Community
All Repls