Skip to content

Twitter Bot that allows users to tip TNBC to other twitter users.

Notifications You must be signed in to change notification settings

maakay-com/twitter-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maakay Twitter/ Discord Bot Template

Feel free to use this bot to getting started on integrating TNBC to twitter/ discord/ telegram bot.

Development Guide

BOT_ACCOUNT_NUMBER (TNBC Account Number for receiving payment)
SIGNING_KEY (TNBC Signing Key handling payments)
CHECK_TNBC_CONFIRMATION (True or False)
BANK_IP (Bank IP to handle TNBC payment)
KEYSIGN_BANK_IP (Keysign Bank IP to check cross bank confirmations)

DJANGO_SETTINGS_MODULE (config.settings.development or config.settings.production)
SECRET_KEY (Django Secret Key)

ACCESS_TOKEN
ACCESS_TOKEN_SECRET
API_KEY
API_KEY_SECRET

# For production
POSTGRES_DB
POSTGRES_USER
POSTGRES_PASSWORD
POSTGRES_HOST
POSTGRES_PORT
To run the bot:
  • Use command python bot.py
To run django server
  • Use python manage.py migrate to create database.

  • Create superuser with the command python manage.py createsuperuser.

  • Run the server with python manage.py runserver.

Happy building!!

About

Twitter Bot that allows users to tip TNBC to other twitter users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages