Bot that automatically answers giga unitel questions

Gigabot+ Bot que responde automáticamente as perguntas do giga unitel ATT: Não compativel para Windows 7 Para instalar esta ferramenta é muito fácil pip install requests python gb.py Inicio Treinar Jogar Só vai poder jogar caso o cliente estiver subscrito Antes de escolher a opção “jogar” escola a opção “treinar”, sai do programa e depois abre de novo Para usar em Android instale o script no termux By: Joa Roque GitHub https://github.com/joaroque/gigabot-plus    

Read more

An open-source multi-purpose Discord bot built with Discord.py and PostgreSQL

Wavy Wavy is an open-source multi-purpose Discord bot built with Discord.py and PostgreSQL. How to use Requirements: Then copy the .env.example file to .env and edit it using your preferred text editor. Afterwards install the required dependencies and start the bot using python3 -m pip install -r requirements.txt python3 main.py The aforementioned however is only to run the bot. You wil also need some way to configure it, like a web dashboard. Wavy’s web dashboard is located here. GitHub https://github.com/Wavy-Bot/bot […]

Read more

A Bot to Track Kernel Upstreams from kernel.org and Post it on Telegram Channel

Channel Kernel Tracker is the channel where the bot will be sending the updates in. This is a Telegram Bot to Track Kernel Upstreams kernel.org and send it to a telegram channel specified. I used BeautifulSoup to scrape the data from the kernel.org website and telegram http api to send the message to the channel. Configuration Get Bot API Key from @BotFather Fill the values in vars_sample.env and rename it into vars.env. And run the bot by running:- python3 -m […]

Read more

A telegram bot that allows you to copy folder/team drive to team drives

Clonebot – Heroku version CloneBot is a telegram bot that allows you to copy folder/team drive to team drives. One of the main advantage of this bot is that you can host it to Heroku for free. ✅ Advantages Use server side copy Bypass the 750Gb a day limit thanks to Service accounts Duplicate team drive Copy public folders & files to team drives Host it to heroku ❌ Drawbacks Does not support files upload (only copy) You cannot copy […]

Read more

A Telegram bot to all media and documents files to web link

FileStreamBot Telegram File to Link Fastest Bot , also used for movies streaming This bot will give you stream links for Telegram files without the need of waiting till the download completes ♢ How to make your own : Either you could locally host or deploy on Heroku ♢ Click on This Drop-down and get more details Deploy on Heroku : Fork This Repo Click on Deploy Easily So Follow Above Steps 👆 and then also deply other wise not […]

Read more

Posts daily word definitions on Twitter wtih python

Word Of The Day bot Post daily word definitions on social media. Twitter account: https://twitter.com/WordOfTheDay_B Introduction The goal of this project is to create a bot that posts a “word of the day” style update,which contains a random word and its definition. The main process flow is the following: Retrieve a random word and its definition through the use of a 3rd-party API Generate an HTML page with the retrieved data using a template Render the HTML page into an […]

Read more

Telegram Userbot built with Pyrogram

Pyrogram Userbot A Telegram Userbot based on Pyrogram This repository contains the source code of a Telegram Userbot and the instructions for running a copy yourself. Beside its main purpose, the bot is featuring Pyrogram Asyncio and Smart Plugins; feel free to explore the source code to learn more about these topics. I assume you will read this whole README.md file before continuing. Development in progress. Requirements You’re gonna need to get the following programs and services either installed on […]

Read more

A multi-purpose bot with simple moderation commands and much more

Nokari A multi-purpose bot with simple moderation commands, reaction roles, reminders, and much more! This is the rewrite of Nokari. There are still a lot of things to be done. I’m still working on the internal logic, so the bot basically has no functionality yet. Invite Link Click this link to invite the stable version of Nokari. Requirements A Discord application Things listed in requirements.txt Python 3.8+ PostgreSQL server a .env file in the root directory .env File Example DISCORD_BOT_TOKEN=TOKEN […]

Read more

A simple configurable bot for sending arXiv article alert by mail

arXiv-newsletter A simple configurable bot for sending arXiv article alert by mail. Prerequisites PyYAML>=5.3.1 arxiv>=1.4.0 Configuration All configurations can be found in config.yml. Domains: specify search domains that articles belong to. Keywords: specify article queries and support boolean expression. Note that one query sends out one mail. Query config: specify query parameters, such as sort_by, sort_order. See here for detailed documentation. Mail: specify sender’s mail configuration. After setting up basic configurations, you may configure crontab schedule using crontab -e. A […]

Read more
1 4 5 6 7 8 9