TGINSIGHT CHAT
Stark Bots 🎄
@StarkBots
Software & ApplicationsAwesome Telegram Bots based on Python Github : https://github.com/StarkBotsIndustries Bots List : https://t.me/StarkBots/7
Recent posts
Page 8 of 19 · 225 posts
Posted Mar 20
🔧Error Fixer Bot🔧 This is a temporary bot to fix a usual error. Most of you maybe getting an error "psycopg2.errors.NumericValueOutOfRange" while deploying some bots including my old bots. This bot will help you fix it. Why does it occur? Telegram User IDs used to be 32-bit integers. But as it's growing popular, it's not enough now. Anyhow, the IDs are now 64-bit integers. 32-bit and 64-bit play a very important role in systems, therefore in programming languages and databases. Old bots saved IDs as 32-bit integers. New IDs are 64-bit and therefore can't be added to those particular columns of database. That is why, bot throws an exception. How to fix it? Database Columns have a particular type. Sqlalchemy (python sql library) saves 32-bit integers in a column type called "Integer" and 64-bit integers in a column type called "BigInteger". The way to fix it is just to change the column type from Integer to BigInteger. How to use the bot? Send the command 'fix' with your DATABASE_URL. Please note that database URL is a special private key. Anyone with access to it can change the data in your database. So, use the bot only if you trust us. Example /fix your_database_url Why don't developers fix their repositories? Because we are too lazy! What else? If the URL is correct, the bot'll fix it. But please note that it fixes the database, not the code. If you'll not redeploy from the same code then you don't need to do anything. Otherwise you need to change "Integer" to "BigInteger" in the code. In my repositories, there's a folder called database. Just change it's code in your fork. If you also got "RollbackError", please restart the bot. Username - @DatabaseMigrationBot
Posted Mar 19
🎉Link To Media Bot aka Media Downloader Bot aka DL Bot A bot to download media from thousands of different links including YouTube, Facebook, Instagram, Spotify, Deezer and so on. Features: 1. Only one feature currently: send link, get media I made it rather quick so didn't think of any features. But like always, suggestions are welcome in support group. Restrictions: 1. "Erotica" is not allowed. Even the related words are banned. So don't send the word "porn". 2. One link at a time. 3. Bot can be banned by telegram any time. Which URLs are supported? - Try yourself in the bot. Don't ask Username: @LinkToMediaBot
Posted Mar 17
🎉Delete All Messages Bot [Update] v0.2.0 - Added Channel Support - Updated PyStark and Python Username - @StarkDeleteAllBot
Posted Mar 13
2500 Subscribers 🎉 Thank You 🍻
Posted Mar 12
Posted Feb 28
🎉Telegraph Bot [Update] v0.3.0 - Custom Titles for Image Pages. - Author Name and Title (like v0.2.0) in Image pages as well. - You can have caption below images. Bot will just copy the image caption in message and add it - Update Usage Guide > Ignore Below Message as it's too long. I don't why I wrote that < Little Bit Info If you don't know, telegraph bot can also convert multiple images to a single telegraph page. This makes it incredibly easy to share them. Just send any number of images, and press "Upload as a Page" How Using the new /title command. You can set a custom title using /title your_title_here. It'll be automatically used in next telegraph page. Also See current title using /title, without passing anything Note - Title will be set to None, once it's used. Set again using same process. - This title is temporary and thus not stored in database. It'll be erased after each deploy (like new feature) [actually at each restart] Username - @StarkTelegraphBot
Posted Feb 28
🎉Telegraph Bot [Update] v0.2.0 - Default Author Name and Author URL will be automatically added below page titles. See example here You can change them using /editauthorname and /editauthorurl. - Edited pages will inherit the latest default Author Name and URL. ....Other Changes Username - @StarkTelegraphBot Thanks to the people who starred the project❤
Posted Feb 26
"158" will star. Nice. Also, if you are worried about tokens and privacy, so I don't think that matters much. You can generate unlimited accounts anyway But if it does matter to you, and if you don't trust the dev (me) then never use it.
Posted Feb 26
Telegraph Go Bot A bot to do almost anything related to Telegraph Username - @StarkTelegraphBot Usage Guide - https://telegra.ph/Telegraph-Bot-Usage-Guide-Stark-Bots-02-26 Source Code⭐ - https://github.com/StarkBotsIndustries/Telegraph-Go-Bot Features 1) Create Accounts [Multiple] 2) Edit Account Info 3) Manage/List Accounts 4) Add existing accounts 5) Remove accounts 6) Create Pages 7) Edit pages 8) List all pages 9) Get views of a page 10) Upload files to Telegraph 11) Upload multiple images a page [requested] ... and more? Give a ⭐ star if you like this project on our repository :/ Written in Golang
Posted Feb 22
Posted Feb 22
Here's a new library Golang Bindings for Telegraph API This is my first project in Go. If you are a go developer, feel free to point out mistakes. Give a star if you like it. Docs can be found here : https://pkg.go.dev/github.com/StarkBotsIndustries/telegraph
Posted Feb 22
Here's a new library Golang Bindings for Telegraph API This is my first project in Go. If you are a go developer, feel free to point out mistakes. Give a star if you like it. Docs can be found here : https://pkg.go.dev/github.com/StarkBotsIndustries/telegraph