You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit the retweet and other details in the file config.py
# This is hastag which Twitter bot will search and retweet. You can edit this with any hastag .For example : '#javascript'
QUERY = '#anything'
# Twitter bot setting for liking Tweets
LIKE = True
# Twitter bot setting for following user who tweeted
FOLLOW = True
# Twitter bot sleep time settings in seconds. For example SLEEP_TIME = 300 means 5 minutes.
# you can decrease it or increase it as you like.Please,use large delay if you are running bot all the time so that your account does not get banned.
SLEEP_TIME = 300
Enter the app-name in lower case and select your nearest region.
Choose Heroku CLI for deployment. Follow the steps given in Deploy tab.
Once the build is successful enable the Free Dynos option from Overview tab.
👏 And it's done!
Feel free to file a new issue with a respective title and description on the the Girlscript-Twitter-Bot repository. If you already found a solution to your problem, I would love to review your pull request!
📘 License
The Girlscript Twitter Bot is released under the under terms of the MIT License.