Skip to main content

Eddy Bot is a command line interface to interact with social media. Currently supports Twitter, TikTok and Instagram.

Project description

Eddy Bot

https://img.shields.io/pypi/v/eddy_bot.svg https://img.shields.io/travis/joaoheron/eddy_bot.svg Documentation Status

Eddy Bot is a command line interface to interact with social media. Currently supports Twitter, TikTok and Instagram.

Configuring

Before using Eddy Bot make sure you export all the needed environment variables for the social media you intend to interact with. If you intend to interact with Tiktok and Instagram, you won’t need any further configuration. The Tiktok crawler is implemented using xdotool and the Instagram crawler is implemented using Selenium so you’ll just need to set your credentials according to the file .env.example. If you intend to interact with Twitter as well, you’ll need first to apply for api usage on Twitter Developer Platform and then you’ll get all the keys you need to export, according to the file .env.example.

  1. Create a file named .env inside the root folder your repository, then copy the content from the file .env.example and paste it into file .env.

  2. Replace the values “xxx” with your credentials inside .env file.

Installing package

  1. Make sure you’ve created a Python Virtual Environment and you’re using it.

  2. Install this package using command line:

` pip install eddy-bot `

Features

Twitter

Tweet message: ` eddy_bot --tweet "Your message" `

Tweet message with media: ` eddy_bot --tweet "Your message" --mediapath /path/to/file.jpg `

Follow profile: ` eddy_bot twitter --follow "profile1,profile2" `

Unfollow profile: ` eddy_bot twitter --unfollow "profile1,profile2" `

Update self profile description: ` eddy_bot twitter --bio-update "My new profile description" `

Tiktok

Follow profiles: ` eddy_bot tiktok --follow "profile1,profile2" `

Unfollow profiles: ` eddy_bot tiktok --unfollow "profile1,profile2" `

Instagram

Comment profile post:

` eddy_bot instagram comment "Profile to comment on post" `

Follow profiles:

` eddy_bot instagram "profile1,profile2" `

History

0.1.0 (2021-05-08)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eddy_bot-0.1.0.tar.gz (17.6 kB view hashes)

Uploaded Source

Built Distribution

eddy_bot-0.1.0-py2.py3-none-any.whl (12.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page