Skip to content

Fork of open-abbot (open-source atl bitlab bot)

License

Notifications You must be signed in to change notification settings

ATLBitLab/bot

 
 

Repository files navigation

🎃 Hacktoberfest 2023! 👨‍💻

ATL BitLab is participating in Hacktoberfest 2023, and this repo is included! Celebrate the 10th anniversary of Hacktoberfest this year! Hosted annually every October, Hacktoberfest is a month-long event sponsored by DigitalOcean, GitHub, and various other partners, championing open-source contributions.

If you're new to Hacktoberfest, you can register to participate here anytime from September 26th- October 31st.

Check out our project board and issues for good ways to contribute.

Abbot

A helpful bitcoiner bot at ATL BitLab. Est. block 797812.

Summary

Abbot stands for Atl Bitlab Bot.

Basic tasks that Abbot can automate include:

  1. Content gathering and organization
  2. Content creation
  3. Answering questions about ... anything!
  4. Nostr, Twitter posting
  5. Automating tasks for meetup community organizers

Requirements

  • Python >= 3.11.6
  • Telegram bot API key
    • DM the Bot Father
    • Recommend creating 2 bots: @your_telegram_bot and @test_your_telegram_bot
    • See step 7. for how this comes in handy
  • OpenAI API key
  • Must have a lightning payment method
    • Abbot is shipped with a Strike Merchant integration and requires a Strike API key out-of-the-box
    • We are working on offering multiple payment ingtegrations
    • Feel free to fork and contribute to #2

Install & Run

  1. Clone repo && go to dir
git clone https://github.com/ATLBitLab/abbot.git && cd abbot
  1. Copy sample env file into lib/
cp .env.sample src/.env
  1. Enter your keys into the appropriate positions

  2. Create virtual env

python -m venv .venv
  1. Activate virtual env
source .venv/bin/activate
  1. Install requirements.txt
pip3 install -r requirements.txt
  1. If you created a test bot per the #requirements section, you can run the test bot
cd src
python main.py --dev
  1. Go to your telegram and DM your bot! That's it!

Found bugs? Need help? Submit a Bug Report Issue Feel free to contact me: https://nonni.io

About

Fork of open-abbot (open-source atl bitlab bot)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%