Skip to content

This telegram-bot create sticker set from your credit cards number.

License

Notifications You must be signed in to change notification settings

sadjadeb/credit_card_telegram_sticker_maker

Repository files navigation

Credit Card Sticker Bot

This telegram-bot create sticker set from your credit cards number. It is accessible via telegram bot.

Getting Started

If you want to run this bot on your own server, you can clone the repository and follow the instructions below:

Clone repository

git clone https://github.com/sadjadeb/credit_card_telegram_sticker_maker.git

Prerequisite

Create an environment to run the app

cd credit_card_telegram_sticker_maker/
sudo apt-get install virtualenv
virtualenv venv
source venv/bin/activate

Install required libraries

pip install -r requirements.txt

Create config file

nano .env

You must set the following variables: BOT_TOKEN, CHANNEL_ID, AD_STICKER_FILE_ID, DEBUG

Run

to run the telegram-bot, you can use django command:

python manage.py runbot

and to run the webserver, run the following command:

python manage.py runserver

Now you can access the admin panel at http://localhost:8000/admin

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Give a ⭐️ if you like this project!

License

MIT

About

This telegram-bot create sticker set from your credit cards number.

Topics

Resources

License

Stars

Watchers

Forks

Languages