Marcus Weinberger
notes
Made with PythonRecent comments (0)multicursor
Made with PythonRecent comments (3)JeremiahStein1 month agothis is good
DevPauloEduardo6 months agoMan, 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
Made with PythonThe power of ChatGPT via Telegram!
To get started, simply message @GPTFree_pBot on Telegram using
/start
to initiate a new chat.Recent comments (36)MarcusWeinberger6 months agoWhy 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.
MarcusWeinberger7 months agoAs celebration, what features would you like to see integrated?
DOMINATOR-XD7 months agoHow to host this repel 24/7 hours online
Emma-expert7 months agois it possible to recreate this same project but with commands like call, otp and the likes?
AkshatKumar67 months agoOpp
MarcusWeinberger7 months agoGPT3 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
DennisGG7 months agoI don't see a way to flag it for incorrect information.
MarcusWeinberger7 months agoAdded
- 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 !VulcanWM7 months agonice!
AarushMuthukri18 months agoWhere can I get a telegram
img
Made with PythonRecent comments (9)coolcoder12139 months agoCould I get you Firebase key for a fork of this? I can't figure out how to get one on my own.
orion02 years agoCan you pls tell what is creds and how to get it...
tiny
Made with HTML, CSS, JSWhat 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)