Coder Social home page Coder Social logo

strydex / tarotbot_telegram_fork Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wkwk00il/tarotbot_telegram

0.0 0.0 0.0 91 KB

Telegram bot for receiving tarot card layouts. Written using Aiogram 3. Updated for Traffic Arbitrage needs.

Python 100.00%

tarotbot_telegram_fork's Introduction

Tarot Bot

A Telegram bot for receiving tarot card layouts, written using aiogram3.

Installation

Prerequisites

  • Python 3.6 or higher
  • Aiogram
  • OpenPyxl
  • A VPS server with a public IP address

Steps

  1. Clone the repository to your VPS server:
git clone https://github.com/yourusername/tarot-bot.git
  1. Create a new Python virtual environment and activate it:
cd TarotBot_Telegram_fork
python3 -m venv venv
source venv/bin/activate
  1. Install the required dependencies:
pip3 install aiogram
pip3 install openpyxl
  1. Create a config.py file in the project directory and add the following variables:
  • BOT_TOKEN: your Telegram bot token, which you can obtain from the Telegram bot @BotFather
  • PAYMENTS_TOKEN: your Telegram payments token, which you can obtain from the Telegram bot @BotFather
  • CHANNELS: a list of your Telegram channels that users must subscribe to in order to use the bot
  1. Start the bot:
python3 main.py

Usage

To use the bot, users must first subscribe to the channels listed in the config.py file. Once they have subscribed, they can interact with the bot to receive tarot card layouts.

At the moment, each new user is given a balance of 100,000 rubles to test all functions.

Contributing

Contributions are welcome! If you have any suggestions or improvements, please submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

tarotbot_telegram_fork's People

Contributors

strydex avatar wkwk00il avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.