A Tool to help post on various social media simultaneously
- Posting on the following platforms
- Telegram
- Mass sending email
- Install dependencies using
pip install -r requirements.txt
- Start the website by running
python3 .
- Stop the website using
Ctrl+C
- Fill up the configuration under
config.ini
based on the guide below - Run the server again by running
python3 .
- Navigate to
http://localhost:5000/
- Fill up the form
- Create a facebook account
- Go to https://developers.facebook.com/ and create a developer account
- Create an application
- Go to https://developers.facebook.com/tools/explorer/ and generate an user token
- Give
pubish_to_group
permission to the application - For facebook group ids follow the tutorial here
- Go to
@BotFather
on telegram - Follow the instructions to create a new bot
- Id will be shown at the end
- For group id (Credits to this post)
- open web.telegram in browser ( chrome in my case )
- right click on the group name on the left menu
- click 'inspect' button
- You will see the group id in the attribute data-peer-id="-xxxxxxxxxx" or peer="-xxxxxxxxxx"
- Find out the follow details in the
config.ini
file- SMTP host address
- SMTP Port
- Username
- Password
- From email (Sender email to show)
- Create a twitter account
- Request for developer access here
- Request for elevated access