Giter VIP home page Giter VIP logo

tfchecker's Introduction

TestFlight Checker

Simple Python script that you can use to check free slots in a beta you want.

Description

This Python script can send you a message on Telegram via a Bot (you already created) when a free slot is free. The beta link to TestFlight is sent in the message.

This is an private script made public without any attention to code, style, efficency etc.

Getting Started

Dependencies

  • Telegram
  • Working Telegram Bot (you already sent a message to the bot to start it)
  • Telegram Bot Token
  • Your chat ID
  • Python 3.10
  • PIP
  • Linux/Mac (Windows if you run on Docker) or
  • Docker - if you want to use it

Installing

git clone https://github.com/lucaam/tfchecker.git
cd tfchecker
python3 -m venv venv
mv renameme.env .env
vim .env
# setup your variables and save your file ":wq!"
pip -r requirements.txt
chmod +x run.sh

or (if you want to use Docker)

git clone https://github.com/lucaam/tfchecker.git
cd tfchecker
mv renameme.env .env
vim .env
# setup your variables and save your file ":wq!"
chmod +x run-docker.sh

Executing program

./run.sh

or (if you folowed the Docker steps)

./run-docker.sh

Authors

Version History

  • 0.1
    • Initial Release

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Similar projects (I found after my work unfortunately)

tfchecker's People

Contributors

lucaam avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.