Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 1.37 KB

README.md

File metadata and controls

63 lines (48 loc) · 1.37 KB

ALTFBOT

A Telegram Bot!

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

You need to have python3, pip and git installed to run the code.

Installation

  1. Get a free API Key from @BotFather https://t.me/botfather
  2. Clone the repo
git clone https://github.com/linusaltacc/AltBot.git

cd to cloned Directory

cd AltBot
  1. Install pip packages
pip3 install -r requirements.txt
  1. Change TOKEN to your API Key in AltfBot.py

FROM

TOKEN = os.environ['TOKEN']

TO

TOKEN = 'PUT:YOUR_API_KEY_HERE'
  1. Run the code
python3 AltfBot.py

OR

python AltfBot.py
  1. BOOOOM! Done. You can test/edit the code locally and test it in your own Telegram BOT.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin Beta)
  5. Open a Pull Request